Advertisement
Infus

Fix for runes not showing on login?

Nov 2nd, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. commit a8ea2a4c22737d1e96d2eb91a0c784023be79add
  2. Author: Infus <infus@squorn.de>
  3. Date: Sun Nov 2 14:18:01 2014 +0100
  4.  
  5. Add WA_DELAYED_PLAYER_ENTERING_WORLD to rune trigger
  6.  
  7. Apply the same fix that fixed health and power bars not appearing
  8. for some people to the rune trigger as there are reports that they
  9. don't show up either. I can't reproduce this though.
  10.  
  11. diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua
  12. index 3cf7d00..ba6668b 100644
  13. --- a/WeakAuras/Prototypes.lua
  14. +++ b/WeakAuras/Prototypes.lua
  15. @@ -2225,7 +2225,8 @@ WeakAuras.event_prototypes = {
  16. "RUNE_COOLDOWN_READY",
  17. "RUNE_COOLDOWN_CHANGED",
  18. "RUNE_COOLDOWN_STARTED",
  19. - "COOLDOWN_REMAINING_CHECK"
  20. + "COOLDOWN_REMAINING_CHECK",
  21. + "WA_DELAYED_PLAYER_ENTERING_WORLD"
  22. },
  23. force_events = "RUNE_COOLDOWN_FORCE",
  24. name = L["Death Knight Rune"],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement