From f1cf381c62ce2d021ff362c63e51938e0562d569 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 03 七月 2024 15:18:28 +0800
Subject: [PATCH] 10195 【香港】【越南】【主干】【砍树】新增消耗记录(代币获得、消耗记录;后台扣除货币支持扣代币;)

---
 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