Skip to content

Commit

Permalink
Fixes #10. Removes reference to table no longer available in Shadowla…
Browse files Browse the repository at this point in the history
…nds.
  • Loading branch information
peterwooley committed Oct 14, 2020
1 parent 0f0d216 commit 23c153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BonusXP.lua
Expand Up @@ -314,7 +314,7 @@ function BonusXP:getGroupInfo()
local nearestExpansionLevel = GetExpansionForLevel(playerEffLevel);

local isRafUsable = isRAFEnabled and playerLevel < maxRAFPlayerLevel;
local maxPlayerLevelOfExpansionForPlayer = MAX_PLAYER_LEVEL_TABLE[nearestExpansionLevel];
local maxPlayerLevelOfExpansionForPlayer = GetMaxLevelForExpansionLevel(nearestExpansionLevel);
local isInDraenorGarrison = C_Garrison.IsPlayerInGarrison(LE_GARRISON_TYPE_6_0);

local notABnFriend = { isFriend = false };
Expand Down

0 comments on commit 23c153e

Please sign in to comment.