Skip to content

Commit

Permalink
reproduce timer cancel bug
Browse files Browse the repository at this point in the history
  • Loading branch information
emmericp committed Feb 4, 2025
1 parent f6d443e commit 94ad003
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ function mod:SPELL_CAST_START(args)
if not pullTimerTotal or pullTimerTotal == 0 then
pullTimerTotal = 45
end
DBM:Debug("Before cancel: " .. tostring(timerPull:GetRemaining()))
timerPull:Cancel()
DBM:Debug("After cancel: " .. tostring(timerPull:GetRemaining()))
timerPull:Update(pullTimerTotal - 3, pullTimerTotal)
timerPull:DelayedStart(3)
elseif args:IsSpell(1219387) then
Expand Down

0 comments on commit 94ad003

Please sign in to comment.