Skip to content

Commit

Permalink
add Bleed dispel
Browse files Browse the repository at this point in the history
fixes #678
  • Loading branch information
jordonwow committed Oct 3, 2023
1 parent 37a0325 commit 9c325ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BigDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ else
Magic = function() return IsUsableSpell(GetSpellInfo(19736)) or IsUsableSpell(GetSpellInfo(19476)) end,
},
EVOKER = {
Bleed = function() return IsUsableSpell(GetSpellInfo(374251)) end,
Poison = true,
Disease = function() return IsUsableSpell(GetSpellInfo(374251)) end,
Curse = function() return IsUsableSpell(GetSpellInfo(374251)) end,
Expand Down

0 comments on commit 9c325ff

Please sign in to comment.