From 694ef4159f1c4d42ee548e9b0e6cccf0f1bdc3fc Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 01 十一月 2024 15:39:41 +0800 Subject: [PATCH] 10261 【越南】【砍树】【英文】【tqxbqy】头像框,头像(砍树版本A922、A923去除多余) --- 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