From c0c4a0880e9a0fc5d1482c1260e02ddd1b554bc9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 12 十月 2022 14:09:02 +0800
Subject: [PATCH] 9719 【越南】【BT7】【主干】跨服全民充值

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py |    3 +++
 1 files changed, 3 insertions(+), 0 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 df1ffa3..3882185 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -55,6 +55,7 @@
 import PlayerActRechargePrize
 import PlayerFamilyRedPacket
 import CrossActCTGBillboard
+import CrossActAllRecharge
 import PlayerActGrowupBuy
 import OpenServerCampaign
 import PlayerFeastTravel
@@ -440,6 +441,8 @@
     if coinType in [CoinType_Gold, CoinType_Buy]:
         #跨服充值排行活动
         CrossActCTGBillboard.AddCTGRMB(curPlayer, orderCoin)
+        #跨服全民充值
+        CrossActAllRecharge.AddCTGRMB(curPlayer, orderCoin)
         PlayerActManyDayRecharge.AddManyDayRechargeValue(curPlayer, orderCoin) # 多日连充
         #红包, 需要真实充值
         PlayerFamilyRedPacket.OnPlayerRecharge(curPlayer, orderCoin)

--
Gitblit v1.8.0