Scripts/Naxxramas: Use std::chrono::duration overloads of EventMap (#25032)

Contributes to #25012

(cherry picked from commit 6eec0bc50f40892275934ae91d410b63ecbe2dfd)
This commit is contained in:
Peter Keresztes Schmidt
2022-01-23 15:49:09 +01:00
committed by Shauren
parent 65e1b79547
commit ef5f874cea
@@ -517,7 +517,7 @@ class boss_gothik : public CreatureScript
_lastTeleportDead = !_lastTeleportDead;
events.CancelEvent(EVENT_BOLT);
events.ScheduleEvent(EVENT_RESUME_ATTACK, 2 * IN_MILLISECONDS, 0, PHASE_TWO);
events.ScheduleEvent(EVENT_RESUME_ATTACK, 2s, 0, PHASE_TWO);
events.Repeat(Seconds(20));
}
break;