Skip to content

Commit

Permalink
Merge pull request #566 from mfycheng/patch-2
Browse files Browse the repository at this point in the history
Account for Cauterizing Flame (Evoker) on mainline
  • Loading branch information
jordonwow authored Jan 10, 2023
2 parents 0e708d9 + 42906f1 commit 3fd7480
Showing 1 changed file with 4 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

0 comments on commit 3fd7480

Please sign in to comment.