From 0a077e168f0d9b63b62de3ae3fdb69402fba51a6 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 21 Jun 2008 23:57:06 +0000 Subject: [PATCH] - maybe fix reported bug with Shackle Undead not working for the CC bars --- modules/FocusCC.lua | 1 + modules/TargetCC.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/FocusCC.lua b/modules/FocusCC.lua index edee93a..3c9731a 100644 --- a/modules/FocusCC.lua +++ b/modules/FocusCC.lua @@ -51,6 +51,7 @@ function FocusCC.prototype:init() self.debuffList["Maim"] = "Incapacitate" self.debuffList["Banish"] = "Incapacitate" self.debuffList["Shackle"] = "Incapacitate" + self.debuffList["Shackle Undead"] = "Incapacitate" self.debuffList["Psychic Scream"] = "Fear" self.debuffList["Fear"] = "Fear" diff --git a/modules/TargetCC.lua b/modules/TargetCC.lua index 83600ea..873c557 100644 --- a/modules/TargetCC.lua +++ b/modules/TargetCC.lua @@ -51,6 +51,7 @@ function TargetCC.prototype:init() self.debuffList["Maim"] = "Incapacitate" self.debuffList["Banish"] = "Incapacitate" self.debuffList["Shackle"] = "Incapacitate" + self.debuffList["Shackle Undead"] = "Incapacitate" self.debuffList["Psychic Scream"] = "Fear" self.debuffList["Fear"] = "Fear"