Core/EscortAI: std::chrono-ify SetPauseTimer

(cherry picked from commit cdaf890af4)
This commit is contained in:
Carbenium
2020-07-25 21:53:55 +02:00
committed by Shauren
parent 14e9513cea
commit 5f5d32888a
3 changed files with 11 additions and 11 deletions

View File

@@ -1621,7 +1621,7 @@ public:
_events.ScheduleEvent(EVENT_TALK_1, Seconds(2));
_events.CancelEvent(EVENT_OOC_TALK);
Start(true, true, player->GetGUID());
SetPauseTimer(12 * IN_MILLISECONDS);
SetPauseTimer(12s);
}
}