From a6f2f0b2f16b3027a60da684cd44cd1c33859eb4 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 15 一月 2019 09:50:18 +0800 Subject: [PATCH] C1 07 跨服使用物品 #tagCMCrossUseItem --- 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