From f211e613f92ef975154032b95c8bf971b7828d6d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 12 三月 2025 14:56:33 +0800 Subject: [PATCH] 10416 【英文】【bt】【GM】【砍树】登录基金和幻境基金 完成后可以重置购买 --- 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