mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
Core/EscortAI: std::chrono-ify SetPauseTimer
(cherry picked from commit cdaf890af4)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user