Skip to content

Commit

Permalink
fire cd done here always
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jul 12, 2024
1 parent 6e4b8d9 commit e3782c3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2304,10 +2304,7 @@ function UpdateCooldown(self)
end

if hasCooldown then
if hasLocCooldown then
self.cooldown:SetScript("OnCooldownDone", OnCooldownDone)
end

self.cooldown:SetScript("OnCooldownDone", OnCooldownDone)
self.cooldown:SetCooldown(start, duration, modRate)
else
self.cooldown:Clear()
Expand Down

0 comments on commit e3782c3

Please sign in to comment.