mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
fix leak of global values
This commit is contained in:
@@ -68,7 +68,7 @@ local function LoadSkin()
|
||||
|
||||
S:SecureHookScript(containerFrame, "OnShow", "ContainerFrame_Update")
|
||||
|
||||
local itemButton, itemButtonIcon
|
||||
local itemButton, itemButtonIcon, itemButtonCooldown
|
||||
for k = 1, MAX_CONTAINER_ITEMS, 1 do
|
||||
itemButton = _G["ContainerFrame"..i.."Item"..k]
|
||||
itemButtonIcon = _G["ContainerFrame"..i.."Item"..k.."IconTexture"]
|
||||
|
||||
Reference in New Issue
Block a user