[BUG] unable to be programmed, attempt to index local spellinfo a nil value
jukefr opened this issue ยท 1 comments
๐ต Describe the bug:
When creating a sequence for spec X using the new feature to have a "Spell" casted (the "Spell" checkbox, not using "Macro") it will try to be evaluated when not in spec X and cause errors because the spells are not found.
๐ต To reproduce: (Steps to reproduce the behavior)
- Create a sequence using the "Spell" checkboxes for spec X
- Swap to spec Y
- Spells from spec X that dont exist on spec Y will cause an error being evaluated
๐ต The error:
๐ต Screenshots:
๐ต Expected behavior:
A sequence made for spec X should not be evaluated when in spec Y
This isnt a bug.
The error is coming from SecureActionButtonTemplate and its its error because you are creating an invalid state. Once you create a frame it cannot be destroyed (WoW limitation). The fix is to change your sequence to macro blocks or pick one talent set and spec for the character and never change. This is a limitation of this particular mode. It also cant do any AoE abilities.