mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed GCD for non-rogues/cat form druids (user-submitted)
This commit is contained in:
@ -114,7 +114,7 @@ function GlobalCoolDown.prototype:CooldownStateChanged()
|
|||||||
|
|
||||||
local start, dur = GetSpellCooldown(self.spellId, BOOKTYPE_SPELL)
|
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.startTime = start
|
||||||
self.duration = dur
|
self.duration = dur
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user