All candidate events for a custom TSU trigger get fired once after closing WA option panel
Nukme opened this issue ยท 2 comments
Description
I make a WA using TSU trigger based on events. The candidate events are CLEU:SPELL_CAST_SUCCESS, ENCOUNTER_START, CUSTOM_EVENT. This WA is loaded for a boss fight.
Everytime I open and close the option panel, or get into the boss fight. the code block triggered by CUSTOM_EVENT would take effect while it's totally unrelated.
By further investigation, I find out that all candidate events are triggered once indiscriminately after closing the option panel or after loading WA, which is odd.
WeakAuras Version
WeakAuras 3.7.16
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
- Yes
- No
Lua Error
No error.
Reproduction Steps
- Make any type WA with custom TSU trigger.
- Set candidate event to ENCOUNTER_START
- Write simple test code, like
function(allstates, event, ...)
print(event)
end
- open and close WA option panel
Last Good Version
No response
Screenshots
No response
Export String
No response