From 84ede803777ff10b5cbe93b1ec0168af08f55d5e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 13 一月 2021 18:11:26 +0800
Subject: [PATCH] 8677 【BT】【后端】跨服冲榜活动; 新增跨服活动时间管理模块、跨服榜单;跨服邮件;跨服广播优化;相关GM命令、后台工具;

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
index 9f49826..a62af50 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -110,6 +110,7 @@
 import PlayerFeastRedPacket
 import PlayerLuckyTreasure
 import Item_ResetAttrPoint
+import CrossActCTGBillboard
 import CrossRealmPlayer
 import ChNetSendPack
 import FamilyRobBoss
@@ -638,6 +639,8 @@
     #通知基础属性
     NotifyPlayerBasePoint(curPlayer)
     
+    #跨服充值排行
+    CrossActCTGBillboard.OnPlayerLogin(curPlayer)
     #消费返利
     PlayerCostRebate.OnPlayerLogin(curPlayer)
     #累计充值
@@ -5398,6 +5401,9 @@
     # 领取节日巡礼积分奖励
     elif rewardType == ChConfig.Def_RewardType_FeastWeekPartyPoint:
         PlayerFeastWeekParty.GetFeastWeekPartyPointAward(curPlayer, dataEx, dataExStr)
+    # 领取跨服充值排行活动达标奖励
+    elif rewardType == ChConfig.Def_RewardType_CACTGBillboardDabiao:
+        CrossActCTGBillboard.GetDabiaoAward(curPlayer, dataEx)
     #缥缈奇遇领取
     elif rewardType == ChConfig.Def_RewardType_FairyAdventuresAward:
         PlayerFairyDomain.GetFairyAdventuresAward(curPlayer, dataEx, dataExStr)

--
Gitblit v1.8.0