From feb7a3390be6992d5a0705e8247ea13610e5df8d Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 30 Jun 2012 21:12:59 +0000 Subject: [PATCH] - Added GCD spell for Monks (WoW 5.0) --- modules/GlobalCoolDown.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/GlobalCoolDown.lua b/modules/GlobalCoolDown.lua index fd7e2ec..8425989 100644 --- a/modules/GlobalCoolDown.lua +++ b/modules/GlobalCoolDown.lua @@ -132,7 +132,8 @@ function GlobalCoolDown.prototype:GetSpellId() PALADIN=20154, -- seal of righteousness SHAMAN=403, -- lightning bolt HUNTER=3044, -- arcane shot - DEATHKNIGHT=47541 -- death coil + DEATHKNIGHT=47541, -- death coil + MONK=100780, -- jab } local _, unitClass = UnitClass("player")