Skip to content

Commit

Permalink
Merge upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Jan 13, 2023
2 parents 20f9990 + 3aa5251 commit 082445a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,14 @@ if WOW_PROJECT_ID == WOW_PROJECT_MAINLINE then
},
[1467] = { -- Devastation Evoker
Poison = true,
Disease = function() return IsUsableSpell(GetSpellInfo(374251)) end,
Curse = function() return IsUsableSpell(GetSpellInfo(374251)) end,
},
[1468] = { -- Preservation Evoker
Magic = true,
Poison = true,
Disease = function() return IsUsableSpell(GetSpellInfo(374251)) end,
Curse = function() return IsUsableSpell(GetSpellInfo(374251)) end,
},
[577] = {
Magic = function() return GetSpellInfo(205604) end, -- Reverse Magic
Expand Down
1 change: 1 addition & 0 deletions BigDebuffs_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ addon.Spells = {
[207498] = { type = BUFF_DEFENSIVE, parent = 207495 }, -- Ancestral Protection (Player)
[356738] = { type = ROOT }, -- Earth Unleashed
[285515] = { type = ROOT }, -- Surge of Power (Root)
[356824] = { type = DEBUFF_OFFENSIVE }, -- Water Unleashed

-- Warlock
[386997] = { type = DEBUFF_OFFENSIVE }, -- Soul Rot
Expand Down

0 comments on commit 082445a

Please sign in to comment.