From 0df82b25c94c234df692fafa48be3585b350d4f7 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 08 十一月 2018 15:49:08 +0800
Subject: [PATCH] 2313 【1.2】【1.1】角色创角分配到活动线

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py |    4 +++-
 1 files changed, 3 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 c7d0e94..d193fba 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -45,6 +45,7 @@
 import PlayerFlashGiftbag
 import PlayerFairyCeremony
 import PlayerGoldGift
+import PlayerActTotalRecharge
 import ItemCommon
 
 #---------------------------------------------------------------------
@@ -124,7 +125,7 @@
     isAddBourseMoney = chargeInfo.GetIsAddBourseMoney()
     appID = chargeInfo.GetAppID()
     if not appID:
-        appID = GameWorld.GetPlayerPlatform(curPlayer.GetAccID())
+        appID = GameWorld.GetPlayerPlatform(curPlayer)
     addDRDict = {"orderCoin":orderCoin, "orderInfo":orderInfo, "orderID":orderID, 
                  "isAddBourseMoney":isAddBourseMoney, "eventName":eventName, "appID":appID}
     
@@ -239,6 +240,7 @@
     #仙界盛典-充值大礼
     PlayerFairyCeremony.OnFCRecharge(curPlayer)
     PlayerGoldGift.DayChargeRedPackAward(curPlayer)
+    PlayerActTotalRecharge.AddTotalRechargeGold(curPlayer, addGold)
     GameWorld.Log("Billing: eventName=%s, %s" % (eventName, addDRDict), curPlayer.GetPlayerID())
     return
 

--
Gitblit v1.8.0