背景和头像缺失
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user