C_Covenants.GetCovenantIDs

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

covenantID = C_Covenants.GetCovenantIDs()

Returns

covenantID
Enum.CovenantType[]
Value Field Description
0 None
1 Kyrian
2 Venthyr
3 NightFae
4 Necrolord

Example

/dump C_Covenants.GetCovenantIDs()
{1, 2, 3, 4}

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.