SetIcon causes a table index is nil error when spellId is nil and forceTexture is passed
thisnthat-dev opened this issue ยท 0 comments
Error - Details\Libs\DF\panel.lua:5395: table index is nil
In panel.lua the method SetIcon = function (self, spellId, borderColor, startTime, duration, forceTexture, descText, count, debuffType, caster, canStealOrPurge, spellName, isBuff)
If spellId is set to nil and forceTexture is passed, there will be an error generated further in the function at self.AuraCache [spellId] = true.