This commit is contained in:
aozhiwei 2023-10-10 17:27:14 +08:00
parent d186420ff3
commit 613f19373c

View File

@ -1597,6 +1597,9 @@ void Human::SendUIUpdate()
notifymsg.set_max_wave(room->pve_data.max_wave); notifymsg.set_max_wave(room->pve_data.max_wave);
notifymsg.set_mon_num(room->pve_data.mon_num); notifymsg.set_mon_num(room->pve_data.mon_num);
notifymsg.set_boss_state(room->pve_data.boss_state); notifymsg.set_boss_state(room->pve_data.boss_state);
}
if (room->IsMobaModeRoom()) {
} }
SendNotifyMsg(notifymsg); SendNotifyMsg(notifymsg);
} }