From a37c96b859a73f7a3b947feb52029a89aebcbbb5 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 13 六月 2024 18:04:26 +0800
Subject: [PATCH] 8701 【主干】【港台】【越南】【砍树】【后端】活动相关的充值界面显示优化(每日礼包AA25增加折扣百分比信息);

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

diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/DailyGiftbagInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/DailyGiftbagInfo.h
index d846c5e..362f9c5 100644
--- a/ServerPack/MapServerPack/HAA_SaleActivity/DailyGiftbagInfo.h
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/DailyGiftbagInfo.h
@@ -15,6 +15,7 @@
 	DWORD		RMB;	//所需RMB,元
 	BYTE		GiftItemCount;	// 礼包物品数
 	tagMCDailyGiftbagItem		ItemInfo[GiftItemCount];	// 物品信息
+	WORD		Discount;	// 折扣力度百分比
 };
 
 struct    tagMCDailyGiftbagInfo

--
Gitblit v1.8.0