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"