From 4ecd4eaeac2daa04a5cc994b5df0750cbd465769 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 11 三月 2019 21:24:51 +0800 Subject: [PATCH] 6332 【后端】【2.0】主要是拍品相关规则调整及背包优化(增加邮件时间通知地图) --- GameServerToMapServer/GameFunc/GMRequestCompensationResult.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/GameServerToMapServer/GameFunc/GMRequestCompensationResult.h b/GameServerToMapServer/GameFunc/GMRequestCompensationResult.h index 2021613..5fc18ee 100644 --- a/GameServerToMapServer/GameFunc/GMRequestCompensationResult.h +++ b/GameServerToMapServer/GameFunc/GMRequestCompensationResult.h @@ -14,6 +14,7 @@ DWORD PlayerID; //玩家ID BYTE CompensationType; //补偿类型 0 全服 1 个人 char GUID[40]; //对应的补偿ID + char CreateTime[30]; //邮件接收时间 DWORD TextLen; //文字内容长度 char Text[TextLen]; //文字内容 BYTE Count; //当前补偿物品数 -- Gitblit v1.8.0