From a5c0631b7b7d7b1757833751cf56da7737fc1bf6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 16 三月 2021 14:08:22 +0800
Subject: [PATCH] 8858 【主干】【后端】将BT2的充值返利逻辑移植到主干(充值赠送原优先活动赠送改为累加上活动赠送)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py |    2 +-
 1 files changed, 1 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 84e97af..f8cef98 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -357,7 +357,7 @@
     prizeGold = firstGoldPrize if (not totalBuyCount and firstGoldPrize) else gainGoldPrize
     actPrizeGold = PlayerActRechargePrize.DoAddPlayerActRechargePrizeCount(curPlayer, recordID)
     if actPrizeGold:
-        prizeGold = actPrizeGold
+        prizeGold += actPrizeGold
         addDRDict.update({"actRechargePrize":1})
         
     Sync_CoinToGoldCountInfo(curPlayer, [recordID])

--
Gitblit v1.8.0