From e5b44b75431dba0e6a96476ff1895cf702b72ea2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 02 七月 2024 16:22:18 +0800 Subject: [PATCH] 10192 【越南】【主干】【港台】【砍树】上线增加膜拜主动推送(增加膜拜功能,目前支持跨服排位赛名次及服务器冠名膜拜;增加GameServer玩家记录表;玩家缓存增加记录佩戴称号ID) --- 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