Skip to content

Commit

Permalink
Merge pull request #689 from citna/patch-19
Browse files Browse the repository at this point in the history
Spell Updates
  • Loading branch information
jordonwow authored Dec 23, 2023
2 parents ad9ae50 + d5bc4cb commit 045f260
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BigDebuffs_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ addon.Spells = {

[47476] = { type = CROWD_CONTROL }, -- Strangulate
[48707] = { type = IMMUNITY_SPELL }, -- Anti-Magic Shell
[410358] = { type = IMMUNITY_SPELL, parent = 48707 }, -- Anti-Magic Shell (Spellwarden)
[145629] = { type = BUFF_DEFENSIVE }, -- Anti-Magic Zone
[48265] = { type = BUFF_SPEED_BOOST }, -- Death's Advance
[48792] = { type = BUFF_DEFENSIVE }, -- Icebound Fortitude
Expand Down Expand Up @@ -361,8 +362,8 @@ addon.Spells = {
[403876] = { type = BUFF_DEFENSIVE, parent = 498 }, -- Divine Protection (Retribution)
[642] = { type = IMMUNITY }, -- Divine Shield
[853] = { type = CROWD_CONTROL }, -- Hammer of Justice
[1022] = { type = BUFF_DEFENSIVE }, -- Blessing of Protection
[204018] = { type = BUFF_DEFENSIVE }, -- Blessing of Spellwarding
[1022] = { type = IMMUNITY }, -- Blessing of Protection
[204018] = { type = IMMUNITY_SPELL }, -- Blessing of Spellwarding
[1044] = { type = BUFF_DEFENSIVE }, -- Blessing of Freedom
[305395] = { type = BUFF_DEFENSIVE, parent = 1044 }, -- Blessing of Freedom with Unbound Freedom (PvP Talent)
[6940] = { type = BUFF_DEFENSIVE }, -- Blessing of Sacrifice
Expand Down Expand Up @@ -507,6 +508,7 @@ addon.Spells = {
[193359] = { type = BUFF_OFFENSIVE }, -- True Bearing
[193357] = { type = BUFF_OFFENSIVE }, -- Ruthless Precision
[319504] = { type = DEBUFF_OFFENSIVE, nounitFrames = true, nonameplates = true }, -- Shiv
[196937] = { type = DEBUFF_OFFENSIVE, nounitFrames = true, nonameplates = true }, -- Ghostly Strike

-- Shaman

Expand Down

0 comments on commit 045f260

Please sign in to comment.