- Added GCD spell for Monks (WoW 5.0)

This commit is contained in:
Parnic
2012-06-30 21:12:59 +00:00
parent 1afa26cf49
commit feb7a3390b

View File

@ -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")