Skip to content

Commit

Permalink
add Demonic Gateway, Forbearance, Hypothermia (closes #573)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Jan 17, 2023
1 parent 1d4808c commit fd0e86b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions BigDebuffs_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ addon.Spells = {

-- Warlock

[113942] = { type = BUFF_OTHER }, -- Demonic Gateway
[386997] = { type = DEBUFF_OFFENSIVE }, -- Soul Rot
[710] = { type = CROWD_CONTROL }, -- Banish
[5484] = { type = CROWD_CONTROL }, -- Howl of Terror
Expand Down
2 changes: 2 additions & 0 deletions BigDebuffs_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ addon.Spells = {
-- Paladin

-- WoTLK
[25771] = { type = BUFF_OTHER, }, -- Forbearance
[31821] = { type = BUFF_DEFENSIVE, }, -- Aura Mastery
[31852] = { type = BUFF_DEFENSIVE, }, -- Ardent Defender
[48817] = { type = CROWD_CONTROL, }, -- Holy Wrath
Expand Down Expand Up @@ -431,6 +432,7 @@ addon.Spells = {
-- Mage

-- WoTLK
[41425] = { type = BUFF_OTHER, }, -- Hypothermia
[66] = { type = BUFF_OFFENSIVE, }, -- Invisibility
[42950] = { type = CROWD_CONTROL, }, -- Dragon's Breath
[43039] = { type = BUFF_OTHER, }, -- Ice Barrier
Expand Down

0 comments on commit fd0e86b

Please sign in to comment.