From e20184ca7ff31ddd021909703637c1abd4b12dfd Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 16 一月 2025 19:02:15 +0800 Subject: [PATCH] 10361 【越南】【英语】【BT】【砍树】仙匠大会 - 服务端(榜单奖励增加积分达标额外奖励;) --- MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h b/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h index 2f326a4..0d97fd5 100644 --- a/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h +++ b/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h @@ -5,4 +5,5 @@ DWORD PlayerID; //玩家ID DWORD FindPlayerID; //要查询的玩家ID BYTE EquipClassLV; //大于0为查看指定境界阶装备信息, 0为查看默认信息 + BYTE CallMap; //是否需要通知地图 }; -- Gitblit v1.8.0