From 12d15144ff4dc66deb8366ff8d652726fc9d37b1 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 17 Feb 2013 04:20:51 +0000 Subject: [PATCH] - http://www.wowace.com/addons/ice-hud/tickets/171-cc-bar-not-showing-monk/ added Monk CC spells --- modules/TargetCC.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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, }