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"