diff --git a/Modules/Unitframes/Cooldowns.lua b/Modules/Unitframes/Cooldowns.lua index 566dbf4..302c3cb 100644 --- a/Modules/Unitframes/Cooldowns.lua +++ b/Modules/Unitframes/Cooldowns.lua @@ -1398,6 +1398,7 @@ function mod:AttachCooldowns(frame, cooldowns) else cdFrame.cooldown:SetReverse(false) end + CooldownFrame_SetTimer(cdFrame.cooldown, startTime, endTime - startTime, 1) cdFrame.classicTimer = true else cdFrame.fill = cdFrame:CreateTexture(nil, "OVERLAY") @@ -1682,4 +1683,4 @@ function mod:InitializeCallback() mod:Toggle(db) end -core.modules[modName] = mod.InitializeCallback \ No newline at end of file +core.modules[modName] = mod.InitializeCallback