Skip to content

Commit

Permalink
Fixed Experience.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Oct 14, 2020
1 parent d1e45e9 commit 3cfb11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Libs/oUF/Modules/Experience.lua
Expand Up @@ -22,7 +22,7 @@ oUF.colors.honor = {
local function IsPlayerMaxLevel()
local maxLevel = GetRestrictedAccountData()
if(maxLevel == 0) then
maxLevel = MAX_PLAYER_LEVEL_TABLE[GetExpansionLevel()]
maxLevel = GetMaxLevelForPlayerExpansion()
end

return maxLevel == UnitLevel('player')
Expand Down

0 comments on commit 3cfb11e

Please sign in to comment.