diff --git a/server/gameserver/pbutils.cc b/server/gameserver/pbutils.cc index 3e326bcf..64f08357 100644 --- a/server/gameserver/pbutils.cc +++ b/server/gameserver/pbutils.cc @@ -1597,6 +1597,9 @@ void Human::SendUIUpdate() notifymsg.set_max_wave(room->pve_data.max_wave); notifymsg.set_mon_num(room->pve_data.mon_num); notifymsg.set_boss_state(room->pve_data.boss_state); + } + if (room->IsMobaModeRoom()) { + } SendNotifyMsg(notifymsg); }