Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Properly hook runes events.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maczuga committed May 31, 2021
1 parent 1f2f612 commit 0884bad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions WeakAuras/Prototypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5779,14 +5779,14 @@ Private.event_prototypes = {
["Death Knight Rune"] = {
type = "unit",
events = {
["events"] = {"RUNE_POWER_UPDATE"}
},
internal_events = {
"RUNE_COOLDOWN_READY",
"RUNE_COOLDOWN_CHANGED",
"RUNE_COOLDOWN_STARTED",
"COOLDOWN_REMAINING_CHECK",
"WA_DELAYED_PLAYER_ENTERING_WORLD"
["events"] = {
"RUNE_POWER_UPDATE",
"RUNE_TYPE_UPDATE",
"RUNE_COOLDOWN_READY",
"RUNE_COOLDOWN_CHANGED",
"RUNE_COOLDOWN_STARTED",
"COOLDOWN_REMAINING_CHECK"
}
},
force_events = "RUNE_COOLDOWN_FORCE",
name = L["Death Knight Rune"],
Expand Down

0 comments on commit 0884bad

Please sign in to comment.