diff --git a/modules/TargetCC.lua b/modules/TargetCC.lua index 5a96db6..af40c5c 100644 --- a/modules/TargetCC.lua +++ b/modules/TargetCC.lua @@ -46,6 +46,8 @@ local StunCCList = { 46968, -- Gnaw 47481, + -- Fists of Fury + 113656, } local IncapacitateCCList = { @@ -89,6 +91,8 @@ local IncapacitateCCList = { 6358, -- Turn Evil 10326, + -- Paralysis + 115078, } local FearCCList = { @@ -143,6 +147,8 @@ local SilenceCCList = { 64058, -- Elemental Disruption (weapon enchant) 74208, + -- Grapple Weapon + 117368, } local RootCCList = { @@ -172,6 +178,8 @@ local RootCCList = { 54706, -- Chains of Ice 45524, + -- Disable + 116095, }