Skip to content

Commit

Permalink
Add new Season of Discovery spells
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Feb 29, 2024
1 parent 35845a0 commit 930479a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BigDebuffs_Vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ addon.Spells = {
[15362] = { parent = 14892 },
[15363] = { parent = 14892 },
[6346] = { type = BUFF_DEFENSIVE }, -- Fear Ward
[402004] = { type = BUFF_DEFENSIVE }, -- Pain Suppression
[425294] = { type = BUFF_DEFENSIVE }, -- Dispersion

-- Warlock

Expand Down Expand Up @@ -193,6 +195,9 @@ addon.Spells = {
[20170] = { type = CROWD_CONTROL }, -- Seal of Justice stun
[6940] = { type = BUFF_DEFENSIVE }, -- Blessing of Sacrifice
[20729] = { parent = 6940 },
[407613] = { type = BUFF_DEFENSIVE }, -- Beacon of Light
[412019] = { type = BUFF_DEFENSIVE }, -- Sacred Shield
[427719] = { type = CROWD_CONTROL }, -- Unstable Affliction (Silence)

-- Hunter

Expand Down Expand Up @@ -221,6 +226,7 @@ addon.Spells = {
[3034] = { type = ROOT }, -- Viper Sting
[14279] = { parent = 3034 },
[14280] = { parent = 3034 },
[409368] = { type = BUFF_OFFENSIVE }, -- Beast Mastery

-- Druid

Expand Down Expand Up @@ -261,6 +267,7 @@ addon.Spells = {
[778] = { parent = 770 },
[9749] = { parent = 770 },
[9907] = { parent = 770 },
[417141] = { type = BUFF_OFFENSIVE }, -- Berserk

-- Mage

Expand Down Expand Up @@ -301,6 +308,8 @@ addon.Spells = {
[10191] = { parent = 1463 },
[10192] = { parent = 1463 },
[10193] = { parent = 1463 },
[31589] = { type = BUFF_OFFENSIVE }, -- Slow
[31661] = { type = BUFF_OFFENSIVE }, -- Dragon's Breath

-- Rogue

Expand Down

0 comments on commit 930479a

Please sign in to comment.