From bc1a675e4193df6d67ef0647fd650e58fa776418 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 20 Oct 2022 15:44:33 +0800 Subject: [PATCH] 1 --- server/gameserver/incubator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/server/gameserver/incubator.cc b/server/gameserver/incubator.cc index 31605c29..8101ea9e 100644 --- a/server/gameserver/incubator.cc +++ b/server/gameserver/incubator.cc @@ -416,6 +416,7 @@ void Incubator::NextWave() int max_wave = room->pve_data.max_wave; next_wave = std::max(next_wave, max_wave); notify_msg.set_new_wave(next_wave); + notify_msg.set_wait_time(hum->room->pve_mode_meta->pb->wave_prepare_time()); notify_msg.set_pve_max_wave(max_wave); hum->SendNotifyMsg(notify_msg); return true;