diff --git a/modules/loot.lua b/modules/loot.lua index d35e3ee7..edade5ee 100644 --- a/modules/loot.lua +++ b/modules/loot.lua @@ -714,7 +714,7 @@ pfUI:RegisterModule("loot", "vanilla:tbc", function () if event == "LOOT_BIND_CONFIRM" then LootSlot(arg1) StaticPopup1Button1:Click() - elseif event == "LOOT_OPENED" then + elseif event == "LOOT_OPENED" and pfUI.client <= 11200 then for i=1,GetNumLootItems() do LootSlot(i) end