From 638805691879af581795be5565286d695754590c Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Wed, 3 Jan 2007 22:17:38 +0000 Subject: [PATCH] Shaman are able to cure Poison and Disease --- PerfectRaid_Buffs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua index b0b0ccf..e817f87 100644 --- a/PerfectRaid_Buffs.lua +++ b/PerfectRaid_Buffs.lua @@ -849,14 +849,14 @@ Buffs.defaults = { buffname = "Poison", disptext = L["STATUS_POISON"], color = "009900", - disabled = (class ~= "PALADIN" and class ~= "DRUID") + disabled = (class ~= "PALADIN" and class ~= "DRUID" and class ~= "SHAMAN") }, { conds = "All", buffname = "Disease", disptext = L["STATUS_DISEASE"], color = "996600", - disabled = (class ~= "PRIEST" and class ~= "PALADIN") + disabled = (class ~= "PRIEST" and class ~= "PALADIN" and class ~= "SHAMAN") }, { conds = "All", -- 1.7.9.5