From 523a4136eef0055311abeb6f06687261d868283f Mon Sep 17 00:00:00 2001 From: noname08662 <178931709+noname08662@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:06:46 +0200 Subject: [PATCH] Update Cooldowns.lua --- Modules/Unitframes/Cooldowns.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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