From 3db1569d70801c6d04773b01bce04c955c427240 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 25 二月 2019 14:16:19 +0800 Subject: [PATCH] 6250 【后端】【2.0】拍卖行开发单(封包) --- ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h b/ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h index 1995899..c54f1cf 100644 --- a/ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h +++ b/ServerPack/GameServerPack/HB5_Bourse/FamilyAuctionItemInfo.h @@ -11,6 +11,7 @@ WORD UserDataLen; char UserData[UserDataLen]; //自定义数据 BYTE CanGetMoney; //可否获得收益 + BYTE AuctionType; //拍品类型,0-全服拍品,1-仙盟拍品 }; struct tagGCFamilyAuctionItemInfo -- Gitblit v1.8.0