From 4a2ecec1cc0967dc8413f5b50960d4ba64719c51 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 4 May 2008 13:37:48 +0000 Subject: [PATCH] - added Shackle to the CC bar's list of CC's --- modules/FocusCC.lua | 1 + modules/TargetCC.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/FocusCC.lua b/modules/FocusCC.lua index 925fe51..834ffd9 100644 --- a/modules/FocusCC.lua +++ b/modules/FocusCC.lua @@ -50,6 +50,7 @@ function FocusCC.prototype:init() self.debuffList["Chastize"] = "Incapacitate" self.debuffList["Maim"] = "Incapacitate" self.debuffList["Banish"] = "Incapacitate" + self.debuffList["Shackle"] = "Incapacitate" self.debuffList["Psychic Scream"] = "Fear" self.debuffList["Fear"] = "Fear" diff --git a/modules/TargetCC.lua b/modules/TargetCC.lua index 857d423..c2c0903 100644 --- a/modules/TargetCC.lua +++ b/modules/TargetCC.lua @@ -50,6 +50,7 @@ function TargetCC.prototype:init() self.debuffList["Chastize"] = "Incapacitate" self.debuffList["Maim"] = "Incapacitate" self.debuffList["Banish"] = "Incapacitate" + self.debuffList["Shackle"] = "Incapacitate" self.debuffList["Psychic Scream"] = "Fear" self.debuffList["Fear"] = "Fear"