SpellCalc icon indicating copy to clipboard operation
SpellCalc copied to clipboard

Sacred Shield and Blessing of Wisdom errors in Season of Discorvery

Open Kazo opened this issue 1 year ago • 1 comments

Sacred Shield

Message: Interface/AddOns/SpellCalc/core/core.lua:234: attempt to concatenate local 'spellName' (a nil value) Time: Tue Apr 9 12:31:45 2024 Count: 905 Stack: Interface/AddOns/SpellCalc/core/core.lua:234: attempt to concatenate local 'spellName' (a nil value) [string "=[C]"]: ? [string "@Interface/AddOns/SpellCalc/core/core.lua"]:234: in function <Interface/AddOns/SpellCalc/core/core.lua:232> [string "@Interface/AddOns/SpellCalc/core/core.lua"]:724: in function <Interface/AddOns/SpellCalc/core/core.lua:232> [string "@Interface/AddOns/SpellCalc/core/core.lua"]:976: in function `GetCalcedSpell' [string "@Interface/AddOns/SpellCalc/UI/actionbar/ActionBarValues.lua"]:128: in function <...ce/AddOns/SpellCalc/UI/actionbar/ActionBarValues.lua:112>

Locals: (*temporary) = defined =[C]:-1

Blessing of Wisdom

Message: Interface/AddOns/SpellCalc/core/effecthandlers.lua:644: No dummy aura handler for effect 1 on spell Blessing of Wisdom! Time: Tue Apr 9 12:34:41 2024 Count: 379 Stack: Interface/AddOns/SpellCalc/core/effecthandlers.lua:644: No dummy aura handler for effect 1 on spell Blessing of Wisdom! [string "=[C]"]: ? [string "=[C]"]: in function assert' [string "@Interface/AddOns/SpellCalc/core/effecthandlers.lua"]:644: in function ?' [string "@Interface/AddOns/SpellCalc/core/effecthandlers.lua"]:748: in function ?' [string "@Interface/AddOns/SpellCalc/core/core.lua"]:818: in function <Interface/AddOns/SpellCalc/core/core.lua:232> [string "@Interface/AddOns/SpellCalc/core/core.lua"]:976: in function GetCalcedSpell' [string "@Interface/AddOns/SpellCalc/UI/actionbar/ActionBarValues.lua"]:128: in function <...ce/AddOns/SpellCalc/UI/actionbar/ActionBarValues.lua:112>

Locals: (*temporary) = defined =[C]:-1

Kazo avatar Apr 09 '24 16:04 Kazo

After some test it seems the Sacred Shield error is stemming from the fact ADDON_EFFECT_FLAGS.TRIGGERED_SPELL is set, but the calcedEffect.triggeredSpell is nil because the spell for the proc version of sacred shield [412018] is not in paladin_spells.lua.

Kazo avatar Apr 22 '24 02:04 Kazo