fix leak of global values

This commit is contained in:
Pinya
2018-07-18 15:08:04 +03:00
parent c60324af12
commit 8b44916c87
9 changed files with 11 additions and 8 deletions
+1
View File
@@ -112,6 +112,7 @@ local function LoadSkin()
local function QuestQualityColors(frame, text, quality, link)
if link and not quality then
local _
_, _, quality = GetItemInfo(match(link, "item:(%d+)"))
end