Skip to content

Commit 3fb0c37

Browse files
committed
Fixes #10
1 parent ce08211 commit 3fb0c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PersonalLootHelper-Core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2476,7 +2476,7 @@ end
24762476

24772477
local function EnableOrDisable()
24782478
local inInstance, instanceType = IsInInstance()
2479-
local isPersonalLoot = (IsInGroup(LE_PARTY_CATEGORY_INSTANCE) or (IsInGroup() and C_PartyInfo.GetLootMethod() == 'personalloot'))
2479+
local isPersonalLoot = (IsInGroup(LE_PARTY_CATEGORY_INSTANCE) or (IsInGroup() and C_PartyInfo.GetLootMethod() == 5))
24802480
and (instanceType == "party" or instanceType == "raid")
24812481
local shouldBeEnabled = isPersonalLoot
24822482

0 commit comments

Comments
 (0)