From 8c438f02f14efe5f218af3e407228f41faf50b08 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Fri, 12 Apr 2024 19:52:57 -0400 Subject: [PATCH] maybe this to ignore those last warnings? --- DBM-Raids-MoP/SiegeOfOrgrimmar/Norushen.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DBM-Raids-MoP/SiegeOfOrgrimmar/Norushen.lua b/DBM-Raids-MoP/SiegeOfOrgrimmar/Norushen.lua index 20fb96e..fb92484 100644 --- a/DBM-Raids-MoP/SiegeOfOrgrimmar/Norushen.lua +++ b/DBM-Raids-MoP/SiegeOfOrgrimmar/Norushen.lua @@ -223,6 +223,7 @@ end function mod:ENCOUNTER_START(id) if id == 1624 then + ---@diagnostic disable-next-line: dbm-event-checker if self.lastWipeTime and GetTime() - self.lastWipeTime < 20 then return end--False ENCOUNTER_START firing on a wipe (blizz bug), ignore it so we don't start pre pull timer self:SendSync("prepull") end @@ -236,6 +237,7 @@ end function mod:OnSync(msg, guid) if msg == "prepull" then + ---@diagnostic disable-next-line: dbm-event-checker if self.lastWipeTime and GetTime() - self.lastWipeTime < 20 then return end timerCombatStarts:Start() elseif msg == "ManifestationDied" and guid then