fix: improved performance on bag->bank and bank->bag

This commit is contained in:
Salikh Gurgenidze
2026-01-24 04:32:31 +04:00
parent f443154f0d
commit c23c3ed7ad
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -355,8 +355,7 @@ function Guda_ItemButton_OnLoad(self)
self.questIcon = iconFrame
end
-- Create junk icon overlay (vendor sell icon in top-left corner)
CreateJunkIcon(self)
-- Note: Junk icon is acquired from pool on-demand in UpdateJunkIcon, not pre-created
-- Ensure the item button sits above its container backdrop and is mouse-enabled
local parent = self:GetParent()