From 90a7dfcfac510aefd1b7c9ce45e6baed1aed520a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 15 一月 2025 15:00:09 +0800 Subject: [PATCH] 10371 【越南】【英文】【BT】【砍树】所有寻宝类型都加上每日寻宝次数上限 --- 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