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:
@@ -248,7 +248,7 @@ function B:UpdateSlot(bagID, slotID)
|
||||
if B.ProfessionColors[bagType] then
|
||||
slot:SetBackdropBorderColor(unpack(B.ProfessionColors[bagType]))
|
||||
elseif clink then
|
||||
local iLvl, itemEquipLoc
|
||||
local _, iLvl, itemEquipLoc
|
||||
slot.name, _, slot.rarity, iLvl, _, _, _, itemEquipLoc = GetItemInfo(match(clink, "item:(%d+)"))
|
||||
|
||||
local r, g, b
|
||||
|
||||
Reference in New Issue
Block a user