From 7ef2e4ee76d7228698f6ecb8430c956464f83e52 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 06 十一月 2024 16:32:50 +0800 Subject: [PATCH] 10261 【越南】【砍树】【英文】【tqxbqy】头像框,头像(补充通知:C001、C005、B207; 0320宗门扫荡结算助战玩家头像信息; A003王者仙盟徽章;) --- 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