- fixed GCD for non-rogues/cat form druids (user-submitted)

This commit is contained in:
Parnic
2008-06-14 17:42:03 +00:00
parent 9c01e17f24
commit 75a04850d6

View File

@ -114,7 +114,7 @@ function GlobalCoolDown.prototype:CooldownStateChanged()
local start, dur = GetSpellCooldown(self.spellId, BOOKTYPE_SPELL)
if dur > 0 and dur <= 1 then
if dur > 0 and dur <= 1.5 then
self.startTime = start
self.duration = dur