WeakAuras

WeakAuras

200M Downloads

WA_DELAYED_PLAYER_ENTERING_WORLD stops working when Hero Talent is selected in Load Tab.

SweetaurasDev opened this issue ยท 2 comments

commented

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

  1. Create New Trigger
  2. Set Trigger type to Custom
  3. Set Event Type to Event
  4. Set Event(s) to WA_DELAYED_PLAYER_ENTERING_WORLD
  5. 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

commented

That simply means that your aura loads after the event has fired. That's not a bug.

commented

This was a suspicion of mine but wanted to make sure. Also, I figured this may help someone in the future who runs into a similar issue. Thanks for the input!