Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad2a536efe |
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user