From cbca55837a2081f8944a4bcc959225ab2da5990a Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 28 Apr 2008 13:47:59 +0000 Subject: [PATCH] - fixing a bug where Banish wasn't triggering the CC bar --- modules/FocusCC.lua | 1 + modules/TargetCC.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/FocusCC.lua b/modules/FocusCC.lua index ec3a137..925fe51 100644 --- a/modules/FocusCC.lua +++ b/modules/FocusCC.lua @@ -49,6 +49,7 @@ function FocusCC.prototype:init() self.debuffList["Freezing Trap Effect"] = "Incapacitate" self.debuffList["Chastize"] = "Incapacitate" self.debuffList["Maim"] = "Incapacitate" + self.debuffList["Banish"] = "Incapacitate" self.debuffList["Psychic Scream"] = "Fear" self.debuffList["Fear"] = "Fear" diff --git a/modules/TargetCC.lua b/modules/TargetCC.lua index a5898c4..857d423 100644 --- a/modules/TargetCC.lua +++ b/modules/TargetCC.lua @@ -49,6 +49,7 @@ function TargetCC.prototype:init() self.debuffList["Freezing Trap Effect"] = "Incapacitate" self.debuffList["Chastize"] = "Incapacitate" self.debuffList["Maim"] = "Incapacitate" + self.debuffList["Banish"] = "Incapacitate" self.debuffList["Psychic Scream"] = "Fear" self.debuffList["Fear"] = "Fear"