I have a WA that's position is anchored on the LFG panel. However, when I log into a character initially the WA is not anchored to the LFG panel until an event has fired from one of my triggers.
The trigger events are PLAYER_ENTERING_WORLD,WA_DELAYED_PLAYER_ENTERING_WORLD,VARIABLES_LOADED,LOADING_SCREEN_DISABLED,ENCOUNTER_END,PLAYER_LEAVE_COMBAT,PLAYER_REGEN_ENABLED,CURRENCY_DISPLAY_UPDATE,QUEST_TURNED_IN,PLAYER_LEVEL_UP,GLOBAL_MOUSE_DOWN,GLOBAL_MOUSE_UP
If I change this to Every Frame it works but that seems like overkill for my situation.
I assume PLAYER_ENTERING_WORLD would be sufficient but that doesn't seem to be the case.