From 47d058fffbe1a4eaa6469b4074d3e972ac8a9ef2 Mon Sep 17 00:00:00 2001 From: noname08662 <178931709+noname08662@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:32:20 +0200 Subject: [PATCH] Update Bags.lua --- Modules/General/Bags.lua | 1 - 1 file changed, 1 deletion(-) 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]