From 54d84deb1ca272784a1acc2fe33277ec2b4f5f37 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 09 一月 2020 17:42:46 +0800
Subject: [PATCH] 8346 【恺英】【后端】协助系统(副本协助奖励仅在发起玩家在线时才结算;增加协助玩家协助状态设置; 跨服服务器暂屏蔽发起协助)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
index c627167..0e46c87 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -24,7 +24,6 @@
 import PlayerTrade
 import PlayerTeam
 import SkillCommon
-import ChItem
 import GameMap
 import FBLogic
 import GameWorldProcess
@@ -52,7 +51,6 @@
 import PlayerPrestigeSys
 import OpenServerCampaign
 import PlayerGodWeapon
-import PlayerWing
 import PlayerExpandPackCfgMgr
 import PlayerWorldAverageLv
 import PlayerActivity
@@ -81,8 +79,6 @@
 import PlayerFamilyTech
 import PlayerCostRebate
 import GY_Query_CrossRealmReg
-import PlayerFairyCeremony
-import PlayerNewFairyCeremony
 import PlayerCrossRealmPK
 import FunctionNPCCommon
 import CrossRealmPlayer
@@ -90,6 +86,7 @@
 import NPCHurtManager
 import ChNetSendPack
 import PlayerCoat
+import PlayerAssist
 import PlayerState
 import QuestCommon
 import PlayerDogz
@@ -1524,8 +1521,8 @@
         GameWorld.DebugLog("进入副本时,最后一次离开的可返回的副本ID更新!mapID=%s,lineID=%s,Pos(%s,%s)" % (mapID, lineID, posX, posY))
         
     # 离开地图
-    NPCHurtManager.OnPlayerLeaveMap(curPlayer)
-        
+    PlayerAssist.OnPlayerLeaveMap(curPlayer)
+    
     # 从副本中切图
     if GameWorld.GetMap().GetMapFBType() != IPY_GameWorld.fbtNull:
         #默认回满血

--
Gitblit v1.8.0