This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Message: ..\AddOns\RoleIcons\RoleIcons.lua line 29: attempt to get length of global 'MAX_PLAYER_LEVEL_TABLE' (a nil value)Debug: [string "=[C]"]: ? [string "@RoleIcons\RoleIcons.lua"]:29: in main chunk
I was able to fix this by going to
...World of Warcraft\_retail_\Interface\AddOns\RoleIcons\RoleIcons.lua
Then change line 29 to
local maxlvl = GetAccountExpansionLevel()
To post a comment, please login or register a new account.