From 94ad0038bb16f87e79174916f7480c5db3d83a24 Mon Sep 17 00:00:00 2001 From: Paul Emmerich Date: Tue, 4 Feb 2025 21:57:12 +0100 Subject: [PATCH] reproduce timer cancel bug --- DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/HarbingerOfSin.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/HarbingerOfSin.lua b/DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/HarbingerOfSin.lua index 70dc200f..12622684 100644 --- a/DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/HarbingerOfSin.lua +++ b/DBM-Party-Vanilla/Classic/SOD_KarazhanCrypts/HarbingerOfSin.lua @@ -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