Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sacred Shield and Blessing of Wisdom errors in Season of Discorvery #61

Open
Kazo opened this issue Apr 9, 2024 · 1 comment
Open

Comments

@Kazo
Copy link

Kazo commented Apr 9, 2024

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
Copy link
Author

Kazo commented Apr 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant