Skip to content

Commit

Permalink
add Decoy Totem and Between the Eyes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Feb 21, 2024
1 parent 97a910d commit 35845a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BigDebuffs_Vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ addon.Spells = {
[8178] = { type = IMMUNITY }, -- Grounding Totem Effect
[16188] = { type = BUFF_DEFENSIVE }, -- Nature's Swiftness
[12548] = { type = ROOT }, -- Frost Shock
[425876] = { type = IMMUNITY }, -- Decoy Totem (Redirect)
[436391] = { type = BUFF_DEFENSIVE }, -- Decoy Totem (Freedom)

-- Paladin

Expand Down Expand Up @@ -324,6 +326,7 @@ addon.Spells = {
[14278] = { type = BUFF_DEFENSIVE }, -- Ghostly Strike
[3409] = { type = ROOT }, -- Crippling Poison
[11201] = { parent = 3409 },
[400009] = { type = CROWD_CONTROL }, -- Between the Eyes

-- Warrior

Expand Down

0 comments on commit 35845a0

Please sign in to comment.