From 876242f34ac2e9951a6793cc676be03b01b02abc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 09 九月 2024 15:33:57 +0800
Subject: [PATCH] 10261 【越南】【砍树】仙盟徽章,头像框,头像(动态),聊天气泡,聊天表情(增加仙盟徽章)

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

diff --git a/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h b/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h
index 538cdbb..0d97fd5 100644
--- a/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h
+++ b/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h
@@ -4,4 +4,6 @@
 	tagHead		Head;
 	DWORD		PlayerID;		//玩家ID
 	DWORD		FindPlayerID;	//要查询的玩家ID
+	BYTE		EquipClassLV;	//大于0为查看指定境界阶装备信息,  0为查看默认信息
+	BYTE		CallMap;		//是否需要通知地图
 };

--
Gitblit v1.8.0