From 7081f1b83e14d451677f5e5525404983f3ac4eeb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 24 九月 2020 15:37:43 +0800
Subject: [PATCH] 8503 【长尾】【后端】充值多倍仙玉返利

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py |    7 ++++++-
 1 files changed, 6 insertions(+), 1 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 4f0b7c3..852ad66 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -48,6 +48,7 @@
 import PlayerNewFairyCeremony
 import PlayerGoldGift
 import PlayerActTotalRecharge
+import PlayerActRechargePrize
 import OpenServerCampaign
 import PlayerWeekParty
 import PlayerGoldInvest
@@ -280,7 +281,11 @@
     firstGoldPrize = ipyData.GetFirstGoldPrize() # 首次充值赠送的仙玉
     notifyMark = ipyData.GetNotifyMark()
     prizeGold = firstGoldPrize if (not totalBuyCount and firstGoldPrize) else gainGoldPrize
-    
+    actPrizeGold = PlayerActRechargePrize.DoAddPlayerActRechargePrizeCount(curPlayer, recordID)
+    if actPrizeGold:
+        prizeGold = actPrizeGold
+        addDRDict.update({"actRechargePrize":1})
+        
     Sync_CoinToGoldCountInfo(curPlayer, [recordID])
     return addGold, prizeGold, giveItemList, notifyMark
 

--
Gitblit v1.8.0