From bd9ee5baef15aa2f9acaaf1885d3cafa5dbf0675 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 02 八月 2022 14:36:09 +0800
Subject: [PATCH] 9387 【主干】【越南】【bt7】【后端】支持跨服协助(登录通知今日协助活跃令;优化仙盟协助、跨服协助共存逻辑) 冲突补传
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 4 +++-
1 files changed, 3 insertions(+), 1 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 8b519ba..966f1c9 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -128,6 +128,7 @@
import ChNetSendPack
import FamilyRobBoss
import FBHelpBattle
+import PlayerAssist
import PlayerArena
import PyGameData
import PlayerCoin
@@ -782,7 +783,8 @@
PlayerGameWallow.DoLogic_CheckWallow(curPlayer, tick)
# 通知脱机挂信息
PlayerTJG.NotifyTJGInfo(curPlayer)
-
+ # 协助
+ PlayerAssist.OnPlayerLogin(curPlayer)
# 极品白拿
PlayerFreeGoods.OnLogin(curPlayer)
# BOSS复活活动
--
Gitblit v1.8.0