From 3ab6ccdb183398e70a69f655cc3c32da1bd19b3a Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 6 Nov 2010 15:04:12 +0000 Subject: [PATCH] - fixed the GCD bar not animating --- modules/GlobalCoolDown.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/GlobalCoolDown.lua b/modules/GlobalCoolDown.lua index 47f0365..d83cc78 100644 --- a/modules/GlobalCoolDown.lua +++ b/modules/GlobalCoolDown.lua @@ -56,6 +56,10 @@ function GlobalCoolDown.prototype:GetOptions() return opts end +function GlobalCoolDown.prototype:IsFull(scale) + return false +end + function GlobalCoolDown.prototype:CooldownStateChanged(event, unit, spell) if unit ~= "player" or not spell then return