8346 【恺英】【后端】协助系统(修复封魔坛在同一boss场景中无法直接协助的bug,在不同封魔坛boss无法直接协助)
1个文件已修改
5 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerAssist.py 5 ●●●● 补丁 | 查看 | 原始文档 | 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")