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"