Spell Cache fix for wow classic

This commit is contained in:
Tercioo
2019-08-11 10:29:04 -03:00
parent 7b86e5920d
commit 59f6be7454
+2
View File
@@ -239,6 +239,8 @@ do
if (spellName) then
_rawset (_detalhes.spellcache, spellid, {spellName .. Loc ["STRING_DOT"], rank, spellIcon})
else
_rawset (_detalhes.spellcache, spellid, {"Unknown DoT Spell? " .. Loc ["STRING_DOT"], rank, [[Interface\InventoryItems\WoWUnknownItem01]]})
end
end