diff --git a/Modules/General/Bags.lua b/Modules/General/Bags.lua index f331350..0eb306f 100644 --- a/Modules/General/Bags.lua +++ b/Modules/General/Bags.lua @@ -2632,7 +2632,6 @@ function mod:UpdateSlot(self, f, bagID, slotID) else local oldID = button.itemID local itemID = B_GetItemID(nil, bagID, slotID) - local itemCount = GetItemCount(itemID) if button.shouldEvaluate then local currentSection = bagMap[slotID]