Skip to content

Commit

Permalink
Mage can't dispel curse now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Aug 27, 2016
1 parent f7a8f6e commit 86847c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions ShestakUI/Config/Filters/FilgerSpells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1418,8 +1418,6 @@ C["filger_spells"] = {
Position = {"TOP", COOLDOWN_Anchor},

-- Self
-- Remove Curse
--BETA {spellID = 475, filter = "CD"},
-- Frostjaw
--BETA {spellID = 102051, filter = "CD"},
-- Counterspell
Expand Down
1 change: 0 additions & 1 deletion ShestakUI/Libs/oUF/Modules/DebuffHighlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ local oUF = ns.oUF

local CanDispel = {
DRUID = {Magic = false, Curse = true, Poison = true},
MAGE = {Curse = true},
MONK = {Magic = false, Poison = true, Disease = true},
PALADIN = {Magic = false, Poison = true, Disease = true},
PRIEST = {Magic = false, Disease = false},
Expand Down
3 changes: 0 additions & 3 deletions ShestakUI/Libs/oUF/Modules/RaidDebuffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ do
["Curse"] = true,
["Poison"] = true,
},
["MAGE"] = {
["Curse"] = true,
},
["MONK"] = {
["Magic"] = false,
["Poison"] = true,
Expand Down

0 comments on commit 86847c0

Please sign in to comment.