Skip to content

Commit

Permalink
Add Body & Soul to dispel highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviana committed Jan 25, 2023
1 parent 498de1b commit c2078db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local playerClass = select(2, UnitClass("player"))
local canCure = {}
local cures = {
["DRUID"] = {[2782] = {"Curse"}, [2893] = {"Poison"}, [8946] = {"Poison"}},
["PRIEST"] = {[528] = {"Disease"}, [552] = {"Disease"}, [527] = {"Magic"}, [988] = {"Magic"}},
["PRIEST"] = {[528] = {"Disease"}, [552] = {"Disease"}, [527] = {"Magic"}, [988] = {"Magic"}, [64127] = {"Poison"}, [64129] = {"Poison"}},
["PALADIN"] = {[4987] = {"Poison", "Disease", "Magic"}, [1152] = {"Poison", "Disease"}},
["SHAMAN"] = {[526] = {"Poison", "Disease"}, [51886] = {"Curse", "Poison", "Disease"}},
["MAGE"] = {[475] = {"Curse"}},
Expand Down
2 changes: 1 addition & 1 deletion libs/oUF_Plugins/oUF_Highlight/oUF_Highlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local playerClass = select(2, UnitClass("player"))
local canCure = {}
local cures = {
["DRUID"] = {[2782] = {"Curse"}, [2893] = {"Poison"}, [8946] = {"Poison"}},
["PRIEST"] = {[528] = {"Disease"}, [552] = {"Disease"}, [527] = {"Magic"}, [988] = {"Magic"}},
["PRIEST"] = {[528] = {"Disease"}, [552] = {"Disease"}, [527] = {"Magic"}, [988] = {"Magic"}, [64127] = {"Poison"}, [64129] = {"Poison"}},
["PALADIN"] = {[4987] = {"Poison", "Disease", "Magic"}, [1152] = {"Poison", "Disease"}},
["SHAMAN"] = {[526] = {"Poison", "Disease"}, [51886] = {"Curse", "Poison", "Disease"}},
["MAGE"] = {[475] = {"Curse"}},
Expand Down

0 comments on commit c2078db

Please sign in to comment.