Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the expansion level the account has been flagged for.
expansionLevel = GetAccountExpansionLevel()
Returns[]
- expansionLevel
- number - The expansion the player's game license has been flagged for.
Value | Enum | Description |
---|---|---|
LE_EXPANSION_LEVEL_CURRENT | ||
0 | LE_EXPANSION_CLASSIC | Vanilla / Classic Era |
1 | LE_EXPANSION_BURNING_CRUSADE | The Burning Crusade |
2 | LE_EXPANSION_WRATH_OF_THE_LICH_KING | Wrath of the Lich King |
3 | LE_EXPANSION_CATACLYSM | Cataclysm |
4 | LE_EXPANSION_MISTS_OF_PANDARIA | Mists of Pandaria |
5 | LE_EXPANSION_WARLORDS_OF_DRAENOR | Warlords of Draenor |
6 | LE_EXPANSION_LEGION | Legion |
7 | LE_EXPANSION_BATTLE_FOR_AZEROTH | Battle for Azeroth |
8 | LE_EXPANSION_SHADOWLANDS | Shadowlands |
9 | LE_EXPANSION_DRAGONFLIGHT | Dragonflight |
10 | LE_EXPANSION_WAR_WITHIN | The War Within |
Example[]
Before and after pre-ordering the Shadowlands expansion. Requires a client restart to update, if still in-game.
/dump GetAccountExpansionLevel() -- 7 -> 8
Patch changes[]
Patch 2.0.1 (2006-12-05): Added.
See also[]
- GetExpansionLevel() - Returns the newest expansion actually available to the player.