From 29edbf38e4505cdd6fbcabf3135cfd18af5a0dca Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 05 一月 2019 16:10:30 +0800 Subject: [PATCH] Add: 增加进入跨服服务器相关封包 --- 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