This commit is contained in:
aozhiwei 2022-10-20 15:44:33 +08:00
parent 3088c2d62c
commit bc1a675e41

View File

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