diff --git a/functions/spellcache.lua b/functions/spellcache.lua index f19f0def..bd906ba6 100644 --- a/functions/spellcache.lua +++ b/functions/spellcache.lua @@ -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