Removed the leftover print plus framework updates

This commit is contained in:
Tercio Jose
2020-03-14 13:40:14 -03:00
parent 3d7f299207
commit 149986e6cc
10 changed files with 323 additions and 12 deletions
+5 -1
View File
@@ -1729,7 +1729,11 @@ function DF:IconPick (callback, close_when_select, param1, param2)
local GetSpellInfo = GetSpellInfo
for i = 1, #MACRO_ICON_FILENAMES do
local spellName = GetSpellInfo (MACRO_ICON_FILENAMES [i])
SPELLNAMES_CACHE [i] = spellName or "NULL"
if (spellName) then
SPELLNAMES_CACHE [i] = spellName
else
SPELLNAMES_CACHE [i] = MACRO_ICON_FILENAMES [i]
end
end
end