This commit is contained in:
Bunny67
2018-06-23 12:32:10 +03:00
parent aed8bec10e
commit 87e43e9a1c
11 changed files with 42 additions and 60 deletions
+2 -2
View File
@@ -167,11 +167,11 @@ function M:UPDATE_MASTER_LOOT_LIST()
UIDropDownMenu_Refresh(GroupLootDropDown)
end
function M:LOOT_OPENED(_, autoLoot)
function M:LOOT_OPENED()
lootFrame:Show()
if not lootFrame:IsShown() then
CloseLoot(autoLoot == 0)
CloseLoot(arg2 == 0)
end
local items = GetNumLootItems()