From fbef70bcd2db29899e26286081d4e28cded1f197 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 07 十二月 2023 14:28:39 +0800
Subject: [PATCH] 10019 【砍树】回合战斗(玩家缓存同步地图)

---
 MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h b/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h
index 4f395b3..937a812 100644
--- a/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h
+++ b/MapServerToGameServer/PlayerCache/MGUpdatePlayerCache.h
@@ -41,4 +41,14 @@
 	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];
 };

--
Gitblit v1.8.0