We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce08211 commit 3fb0c37Copy full SHA for 3fb0c37
1 file changed
PersonalLootHelper-Core.lua
@@ -2476,7 +2476,7 @@ end
2476
2477
local function EnableOrDisable()
2478
local inInstance, instanceType = IsInInstance()
2479
- local isPersonalLoot = (IsInGroup(LE_PARTY_CATEGORY_INSTANCE) or (IsInGroup() and C_PartyInfo.GetLootMethod() == 'personalloot'))
+ local isPersonalLoot = (IsInGroup(LE_PARTY_CATEGORY_INSTANCE) or (IsInGroup() and C_PartyInfo.GetLootMethod() == 5))
2480
and (instanceType == "party" or instanceType == "raid")
2481
local shouldBeEnabled = isPersonalLoot
2482
0 commit comments