From a42db390015f089aacc732f807564b5142de3731 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 27 一月 2021 18:28:15 +0800
Subject: [PATCH] 8716 【主干】【后端】【BT2】H.活动-节日祈愿(增加节日充值领奖);

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
index 8680623..270a29c 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -427,8 +427,8 @@
     PlayerNewFairyCeremony.OnFCRecharge(curPlayer)
     PlayerGoldGift.OnPlayerChargeGold(curPlayer)
     #累积充值X元
-    PlayerActTotalRecharge.AddTotalRechargeGold(curPlayer, orderCoin, 1)
-    PlayerActTotalRecharge.AddTotalRechargeGold(curPlayer, orderCoin, 2)
+    for actNum in ShareDefine.OperationActionName_TotalRechargeDict.keys():
+        PlayerActTotalRecharge.AddTotalRechargeGold(curPlayer, orderCoin, actNum)
     PlayerFairyCeremony.AddFCCTGRMB(curPlayer, orderCoin)
     PlayerNewFairyCeremony.AddFCCostGold(curPlayer, orderCoin)
     #开服活动

--
Gitblit v1.8.0