From 4411b2dddcac0013ad66c538e0e5e60b20e47c7b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 11 十二月 2024 15:03:39 +0800 Subject: [PATCH] 10297 【越南】【英语】【砍树】【tqxbqy】轮回殿-服务端(轮回殿活动时间表增加配置轮回类型对应的CTGID跟商店类型) --- MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h b/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h index 4f395b3..9dd6ac9 100644 --- a/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h +++ b/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h @@ -41,4 +41,19 @@ char ItemData14[ItemDataSize14]; WORD ItemDataSize15; char ItemData15[ItemDataSize15]; + WORD ItemDataSize16; + char ItemData16[ItemDataSize16]; + WORD ItemDataSize17; + char ItemData17[ItemDataSize17]; + WORD ItemDataSize18; + char ItemData18[ItemDataSize18]; + WORD ItemDataSize19; + char ItemData19[ItemDataSize19]; + WORD ItemDataSize20; + char ItemData20[ItemDataSize20]; + BYTE PackDataSyncState; // 打包数据同步状态: 0-不同步;个位-是否同步本服;十位-是否同步跨服 + DWORD PackDataLen; + char PackData[PackDataLen]; + WORD PackMsgLen; + char PackMsg[PackMsgLen]; }; -- Gitblit v1.8.0