Skip to content

Commit

Permalink
Update Cooldowns.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
noname08662 authored Jan 16, 2025
1 parent cb21c2b commit 523a413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/Unitframes/Cooldowns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -1682,4 +1683,4 @@ function mod:InitializeCallback()
mod:Toggle(db)
end

core.modules[modName] = mod.InitializeCallback
core.modules[modName] = mod.InitializeCallback

0 comments on commit 523a413

Please sign in to comment.