diff --git a/ShadowedUnitFrames/modules/auras.lua b/ShadowedUnitFrames/modules/auras.lua index db32685..a7e6e65 100644 --- a/ShadowedUnitFrames/modules/auras.lua +++ b/ShadowedUnitFrames/modules/auras.lua @@ -21,7 +21,7 @@ local COA_CLASS_DISPELS = { ["WITCHHUNTER"] = { Curse = true }, ["SUNCLERIC"] = { Magic = true, Disease = true, Poison = true }, -- Sanctify ["WILDWALKER"] = { Disease = true, Poison = true }, -- Primalist (Soothing Touch — DBC says Magic, gameplay is Poison/Disease) - ["WITCHDOCTOR"] = { Disease = true, Poison = true }, -- Cleansing Idol (AoE) + ["WITCHDOCTOR"] = { Curse = true, Disease = true, Poison = true }, -- Hexbreak (806240, single-target Curse) + Cleansing Idol (504840, AoE Disease/Poison) ["TINKER"] = { Disease = true, Poison = true }, -- Nanobot Cleanser } local function getCoaDispels()