9.0.1 (prepatch) breaks addon + quick fix
pizzadudez opened this issue ยท 1 comments
I'm getting an error that stops the addon working entirely
bug: Global var removed due to leveling changes I guess
local maxPlayerLevel = MAX_PLAYER_LEVEL_TABLE[GetExpansionLevel()]
fix:
local maxPlayerLevel = GetMaxLevelForPlayerExpansion()