Skip to content

Commit

Permalink
fixed a 8.0.1 patch issue with getLootSlotItem()
Browse files Browse the repository at this point in the history
  • Loading branch information
wallenium committed Oct 28, 2019
1 parent 5dd040a commit 8048771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GetDKPAdmin/GetDKPAdmin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ function GetDKPAdmin_OnEvent(self, event, ...)
anz = 6;
end;
for slot = 1,anz,1 do
texture, item, quantity, quality = GetLootSlotInfo(slot);
texture, item, quantity, currencyID, quality, locked, isQuestItem, questID, isActive = GetLootSlotInfo(slot);
--texture, item, quantity, quality = GetLootSlotInfo(slot);
if(GDKP_DEBUG) then
print("Debug:: Lootlevel - "..GDKPvar_save.LOOTLEVEL.." / quality - "..quality);
end;
Expand Down

0 comments on commit 8048771

Please sign in to comment.