From ad1ef2ed01d957e81241c63d8eea12f6e5d4da8f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 08 一月 2019 13:45:30 +0800 Subject: [PATCH] 5722 【后端】【1.5】跨服BOSS开发(增加主服角色刷新相关包) --- ServerPack/MapServerPack/HA7_Interaction/SCQueryPlayerCacheResult.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/MapServerPack/HA7_Interaction/SCQueryPlayerCacheResult.h b/ServerPack/MapServerPack/HA7_Interaction/SCQueryPlayerCacheResult.h index fbdbb20..6193270 100644 --- a/ServerPack/MapServerPack/HA7_Interaction/SCQueryPlayerCacheResult.h +++ b/ServerPack/MapServerPack/HA7_Interaction/SCQueryPlayerCacheResult.h @@ -9,4 +9,5 @@ char ItemData[ItemDataSize]; //物品记录 DWORD PlusDataSize; char PlusData[PlusDataSize]; //扩展记录 + BYTE CrossPlayer; //是否跨服玩家 }; -- Gitblit v1.8.0