WA_DELAYED_PLAYER_ENTERING_WORLD stops working when Hero Talent is selected in Load Tab.
SweetaurasDev opened this issue ยท 2 comments
Is there an existing issue for this?
- I have searched the existing open and closed issues.
Description
I noticed my code would not run when WA_DELAYED_PLAYER_ENTERING_WORLD fires whenever a hero talent is selected in the load tab (specifically the Tempest Hero Talent for Elemental Shamans). Removing that check and checking if spell ID 454009 is known fixes the issue.
WeakAuras Version
WeakAuras 5.17.0
World of Warcraft Flavor
Retail (Default)
World of Warcraft Region
US/NA
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
No errors observed
Reproduction Steps
- Create New Trigger
- Set Trigger type to Custom
- Set Event Type to Event
- Set Event(s) to WA_DELAYED_PLAYER_ENTERING_WORLD
- Set Hero Talent to Tempest learned in the Load tab
Last Good Version
No response
Screenshots
No response
Export String
No response
Bisector Report
No response
That simply means that your aura loads after the event has fired. That's not a bug.