Skip to content

Commit

Permalink
Detect others' Skyfury buffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jul 28, 2024
1 parent 30924a1 commit 67bcb20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Classes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1580,14 +1580,25 @@ all:RegisterAuras( {
id = 10060,
duration = 20,
max_stack = 1,
shared = "player"
shared = "player",
dot = "buff"
},

battle_shout = {
id = 6673,
duration = 3600,
max_stack = 1,
shared = "player"
shared = "player",
dot = "buff"
},

-- Mastery increased by $w1% and auto attacks have a $h% chance to instantly strike again.
skyfury = {
id = 462854,
duration = 3600.0,
max_stack = 1,
shared = "player",
dot = "buff"
},

-- SL Season 3
Expand Down
2 changes: 2 additions & 0 deletions TheWarWithin/ShamanEnhancement.lua
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,8 @@ spec:RegisterAuras( {
id = 462854,
duration = 3600.0,
max_stack = 1,
shared = "player",
dot = "buff"
},
-- Talent: Increases movement speed by $s1%.
-- https://wowhead.com/ptr-2/spell=58875
Expand Down

0 comments on commit 67bcb20

Please sign in to comment.