Skip to content

Commit

Permalink
Actually fixes #10 by clearing up all of the issues that result when …
Browse files Browse the repository at this point in the history
…joinin ga party.
  • Loading branch information
peterwooley committed Oct 14, 2020
1 parent 23c153e commit ae04e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BonusXP.lua
Expand Up @@ -315,7 +315,7 @@ function BonusXP:getGroupInfo()

local isRafUsable = isRAFEnabled and playerLevel < maxRAFPlayerLevel;
local maxPlayerLevelOfExpansionForPlayer = GetMaxLevelForExpansionLevel(nearestExpansionLevel);
local isInDraenorGarrison = C_Garrison.IsPlayerInGarrison(LE_GARRISON_TYPE_6_0);
local isInDraenorGarrison = C_Garrison.IsPlayerInGarrison(Enum.GarrisonType.Type_6_0);

local notABnFriend = { isFriend = false };
while index <= numPartyMembers do
Expand Down

0 comments on commit ae04e1a

Please sign in to comment.