From 59f6be745428ada1f43293168f35a7148454fd61 Mon Sep 17 00:00:00 2001 From: Tercioo Date: Sun, 11 Aug 2019 10:29:04 -0300 Subject: [PATCH] Spell Cache fix for wow classic --- functions/spellcache.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/spellcache.lua b/functions/spellcache.lua index f19f0def1..bd906ba66 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