From 9c325ff35604d0a594eed156f2d7a3fe469e73be Mon Sep 17 00:00:00 2001 From: jordon <29447509+jordonwow@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:34:33 -0700 Subject: [PATCH] add Bleed dispel fixes #678 --- BigDebuffs.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/BigDebuffs.lua b/BigDebuffs.lua index aabb29e..00a12f1 100755 --- a/BigDebuffs.lua +++ b/BigDebuffs.lua @@ -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,