From 0f1ac979db27437813f0ba79a5ee033569d8712e Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 30 八月 2018 11:19:10 +0800
Subject: [PATCH] fix:超值礼包时间封包
---
ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo | 0
ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.des | 1 +
ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h | 7 +++++++
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo b/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.des b/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.des
new file mode 100644
index 0000000..6932e3e
--- /dev/null
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.des
@@ -0,0 +1 @@
+AA 16 通知超值礼包信息 #tagMCSuperGiftInfo
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h
new file mode 100644
index 0000000..c874a61
--- /dev/null
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h
@@ -0,0 +1,7 @@
+// AA 16 通知超值礼包信息 #tagMCSuperGiftInfo
+struct tagMCSuperGiftInfo
+{
+ tagHead Head;
+ DWORD GiftID; //商品ID
+ BYTE RemainDay; //剩余天数
+};
--
Gitblit v1.8.0