背景和头像缺失

This commit is contained in:
2026-03-01 13:48:24 +08:00
parent 9ae4e8e614
commit eaaf7f8c9b
554 changed files with 1871 additions and 1718 deletions

View File

@@ -292,6 +292,7 @@ void UserInGameServer::PerformGetUnionRoomList(CMD_GR_GetUnionRoomInfo* pkSendNe
void UserInGameServer::CB_GetUnionRoomList(CMD_GR_GetUnionRoomInfo* pkSendNet)
{
CMD_GR_GetUnionRoomInfo kNetInfo;
memset(&kNetInfo, 0, sizeof(kNetInfo));
kNetInfo.dwUserID = pkSendNet->dwUserID;
kNetInfo.dwUnionCode = pkSendNet->dwUnionCode;
send(MDM_GP_USER_SERVICE, SUB_GP_GET_UNION_ROOM_LIST, &kNetInfo, sizeof(kNetInfo));