diff --git a/server/gameserver/pbutils.cc b/server/gameserver/pbutils.cc index cb153852..3b6bdcd8 100644 --- a/server/gameserver/pbutils.cc +++ b/server/gameserver/pbutils.cc @@ -1969,6 +1969,11 @@ void Human::SendMobaTeamNotify() if (!room->IsMobaModeRoom()) { return; } + cs::SMSyncMobaTeam notify_msg; + { + + } + SendNotifyMsg(notify_msg); } void GGListener::SendError(int sockhandle, unsigned int seqid,