1
This commit is contained in:
parent
3088c2d62c
commit
bc1a675e41
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user