diff --git a/ElvUI/Modules/Bags/Sort.lua b/ElvUI/Modules/Bags/Sort.lua index 875a6aa..ac45afe 100644 --- a/ElvUI/Modules/Bags/Sort.lua +++ b/ElvUI/Modules/Bags/Sort.lua @@ -296,6 +296,7 @@ function B:GetItemLink(bag, slot) end function B:PickupItem(bag, slot) + currentItemID = self:GetItemID(bag, slot) return PickupContainerItem(bag, slot) end