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

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDailyGiftbag.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDailyGiftbag.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDailyGiftbag.py
index 1ae2cea..be153b4 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDailyGiftbag.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDailyGiftbag.py
@@ -222,6 +222,7 @@
             item.ItemCount = itemCount
             giftBag.ItemInfo.append(item)
         giftBag.GiftItemCount = len(giftBag.ItemInfo)
+        giftBag.Discount = giftIpyData.GetDiscount()
         packInfo.GiftbagInfo.append(giftBag)
         
     packInfo.GiftbagCount = len(packInfo.GiftbagInfo)

--
Gitblit v1.8.0