From 671b02f08b5a5bd6f88fe0d54b3d52b135403ffc Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 14 一月 2019 11:36:23 +0800
Subject: [PATCH] 5768 【后端】【1.5】新增8-14天活动功能(封包修改)

---
 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