From 75a04850d6de0903ff89227d9b993489f265871c Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 14 Jun 2008 17:42:03 +0000 Subject: [PATCH] - fixed GCD for non-rogues/cat form druids (user-submitted) --- modules/GlobalCoolDown.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/GlobalCoolDown.lua b/modules/GlobalCoolDown.lua index 075ce7d..74318b4 100644 --- a/modules/GlobalCoolDown.lua +++ b/modules/GlobalCoolDown.lua @@ -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