ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerAssist.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerAssist.py
@@ -229,7 +229,10 @@ if not playerMap: return if playerMap.GetMapFBType() != ChConfig.fbtNull: playerLineID = curPlayer.GetFBID() if mapID == ChConfig.Def_FBMapID_SealDemon: playerLineID = PlayerControl.GetFBFuncLineID(curPlayer) else: playerLineID = curPlayer.GetFBID() if playerMapID != mapID or playerLineID != lineID: #副本中无法协助 PlayerControl.NotifyCode(curPlayer, "AssistFBLimit")