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