From b47efb14cede3e4d8b8d655c3a42b5ee9e13a538 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 二月 2019 15:39:09 +0800
Subject: [PATCH] 6250 【后端】【2.0】拍卖行开发单(封包)

---
 ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h b/ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h
index c54f1cf..cbc3df3 100644
--- a/ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h
+++ b/ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h
@@ -10,7 +10,8 @@
 	WORD		BidderPrice;	//竞拍玩家出价
 	WORD		UserDataLen;
 	char		UserData[UserDataLen];		//自定义数据
-	BYTE		CanGetMoney;	//可否获得收益
+	WORD		FamilyPlayerIDLen;
+	char		FamilyPlayerIDInfo[FamilyPlayerIDLen];		//可获得收益的仙盟玩家ID信息
 	BYTE		AuctionType;	//拍品类型,0-全服拍品,1-仙盟拍品
 };
 

--
Gitblit v1.8.0