From f6a4dfb5b00b4a2ff652ac2a1669904a267a5830 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 06 五月 2021 16:55:27 +0800
Subject: [PATCH] 8721 【主干】【BT2】【后端】H.活动-合服庆典(转盘 同步主干冲突)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py |    3 +++
 1 files changed, 3 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 573baf4..7469bdc 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -118,6 +118,7 @@
 import Item_ResetAttrPoint
 import CrossActCTGBillboard
 import PlayerFuncSysPrivilege
+import PlayerActTurntable
 import CrossRealmPlayer
 import ChNetSendPack
 import FamilyRobBoss
@@ -720,6 +721,8 @@
     PlayerActManyDayRecharge.OnPlayerLogin(curPlayer)
     # 单笔累充活动
     PlayerActSingleRecharge.OnPlayerLogin(curPlayer)
+    # 转盘活动
+    PlayerActTurntable.OnPlayerLogin(curPlayer)
     # 仙界盛典活动
     PlayerFairyCeremony.OnLogin(curPlayer)
     # 新仙界盛典活动

--
Gitblit v1.8.0