Skip to content

Commit

Permalink
Spell Cache fix for wow classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Aug 11, 2019
1 parent 7b86e59 commit 59f6be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/spellcache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 59f6be7

Please sign in to comment.