From 2a72cde9d5c61a9601abdc10f0f648b3dfa90827 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 03 九月 2018 10:23:36 +0800
Subject: [PATCH] FIX:超值礼包封包修改

---
 ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h
index c874a61..63c29cf 100644
--- a/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/SuperGiftInfo.h
@@ -3,5 +3,5 @@
 {
 	tagHead		Head;
 	DWORD		GiftID;	//商品ID
-	BYTE		RemainDay;	//剩余天数
+	char		EndtDate[10];	// 结束日期 y-m-d
 };

--
Gitblit v1.8.0