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

Contributes to #25012

(cherry picked from commit 6eec0bc50f)
This commit is contained in:
Peter Keresztes Schmidt
2020-07-14 20:19:42 +02:00
committed by Shauren
parent 65e1b79547
commit ef5f874cea

View File

@@ -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;