From b10b6580b9729d23e2f28f22e21bd9ea6d9f2f5f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 06 六月 2024 11:14:22 +0800 Subject: [PATCH] 10130 【后端】福地争夺资源功能(增加摇人功能、支持自己驱赶;优化刷福地物品相关GM命令;) --- 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 538cdbb..2f326a4 100644 --- a/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h +++ b/MapServerToGameServer/PlayerCache/MGQueryPlayerCache.h @@ -4,4 +4,5 @@ tagHead Head; DWORD PlayerID; //玩家ID DWORD FindPlayerID; //要查询的玩家ID + BYTE EquipClassLV; //大于0为查看指定境界阶装备信息, 0为查看默认信息 }; -- Gitblit v1.8.0