From 00329abebc6dd6cb0e011531c448c3d96c0edf95 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 27 一月 2021 16:51:48 +0800
Subject: [PATCH] 8716 【主干】【后端】【BT2】H.活动-节日祈愿(增加节日登录奖励活动);

---
 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 a62af50..8ce412e 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -80,6 +80,7 @@
 import PlayerBossReborn
 import PlayerWeekParty
 import PlayerFeastWeekParty
+import PlayerFeastLogin
 import PlayerActLogin
 import PlayerTreasure
 import GameLogic_GodArea
@@ -697,6 +698,8 @@
     PlayerWeekParty.OnLogin(curPlayer)
     # 节日巡礼活动
     PlayerFeastWeekParty.OnLogin(curPlayer)
+    # 节日登录活动
+    PlayerFeastLogin.OnPlayerLogin(curPlayer)
     # 登录奖励活动
     PlayerActLogin.OnLogin(curPlayer)
     # 仙界盛典活动
@@ -5401,6 +5404,9 @@
     # 领取节日巡礼积分奖励
     elif rewardType == ChConfig.Def_RewardType_FeastWeekPartyPoint:
         PlayerFeastWeekParty.GetFeastWeekPartyPointAward(curPlayer, dataEx, dataExStr)
+    # 领取节日登录奖励
+    elif rewardType == ChConfig.Def_RewardType_FeastLogin:
+        PlayerFeastLogin.GetFeastLoginAward(curPlayer, dataEx)
     # 领取跨服充值排行活动达标奖励
     elif rewardType == ChConfig.Def_RewardType_CACTGBillboardDabiao:
         CrossActCTGBillboard.GetDabiaoAward(curPlayer, dataEx)

--
Gitblit v1.8.0