From 01c44d162ba5d59c7764cec5a8fd420bae93f432 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 11 十月 2018 17:27:29 +0800
Subject: [PATCH] 4075 【后端】限时抢购开发-封包修改
---
ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h
index e0eddd1..c3770e0 100644
--- a/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/FlashSaleAppointmentInfo.h
@@ -1,14 +1,8 @@
// AA 18 限时抢购活动玩家预约信息 #tagMCFlashSaleAppointmentInfo
-struct tagMCFlashSaleItemYY
-{
- DWORD GiftID; //商城表的ID
- BYTE IsAppointment; //是否预约
-};
-
struct tagMCFlashSaleAppointmentInfo
{
tagHead Head;
- WORD GiftItemCount; // 礼包数
- tagMCFlashSaleItemYY ItemInfo[GiftItemCount]; // 物品信息
+ WORD GoodsCount; // 商品数
+ BYTE GoodsList[GoodsCount]; // 预约的商品
};
--
Gitblit v1.8.0