[Classic SOD] Gladiator Stance - Trigger - Player/Unit Info - Stance/Form/Aura bug
fredbeatdad opened this issue ยท 1 comments
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
The new gladiator stance rune shifts the stance numbers from
0 no stance
1 battle stance
2 defensive stance
3 berserker stance
to :
0 no stance
1 gladiator stance
2 battle stance
3 defensive stance
4 berserker stance
but each time that you remove the rune, the 4th slot is removed in weakauras and if you have a trigger set to 4, it also disappears which stops the trigger from working.
WeakAuras Version
WeakAuras 5.12.7
World of Warcraft Flavor
Classic
World of Warcraft Region
EU
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
No response
Reproduction Steps
- Add Trigger: stance/form
- Activate Gladiator Stance rune
- Select the corresponding stance
- Deactivate Gladiator Stance rune
Last Good Version
No response
Screenshots
No response
Export String
No response
Bisector Report
No response
The trigger internally works by checking the stance index, thus requiring those indexes to be static.
The whole concept of inserting a new stance via a rune does run counter to how the trigger works.
Since testing this requires a warrior on classic with level 45, and the bug only affects Season of Discovery, I don't see any realistic chance of us fixing this.