From 15bbfdd41a3b1b59bbcb1aa6c8edc581a8adbcc9 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 16 七月 2024 17:31:00 +0800 Subject: [PATCH] 10215 10213 【越南】【主干】【港台】【砍树】古宝升星效果与古宝共鸣(增加古宝星级属性;增加古宝共鸣;增加boss最终伤害属性;) --- 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