From 7240dd26ac42798cfa680bde1e07e1c3c833ef1a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 28 四月 2025 11:14:37 +0800 Subject: [PATCH] 10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端(C0 28增加同步玩家仙盟ID) --- GameServerToMapServer/GameFunc/GMRequestCompensationResult.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/GameServerToMapServer/GameFunc/GMRequestCompensationResult.h b/GameServerToMapServer/GameFunc/GMRequestCompensationResult.h index 9630cd8..5fc18ee 100644 --- a/GameServerToMapServer/GameFunc/GMRequestCompensationResult.h +++ b/GameServerToMapServer/GameFunc/GMRequestCompensationResult.h @@ -14,11 +14,13 @@ DWORD PlayerID; //玩家ID BYTE CompensationType; //补偿类型 0 全服 1 个人 char GUID[40]; //对应的补偿ID + char CreateTime[30]; //邮件接收时间 DWORD TextLen; //文字内容长度 char Text[TextLen]; //文字内容 BYTE Count; //当前补偿物品数 DWORD Gold; //仙玉 DWORD GoldPaper; //绑定仙玉 DWORD Silver; //铜钱 + BYTE MoneySource; //货币来源 tagGMCompensationItem Items[Count]; //补偿物品信息 }; -- Gitblit v1.8.0