129 【战斗】战斗系统-服务端(B413兼容发4可在非小怪战斗状态直接开始小怪战斗;)
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py
@@ -998,6 +998,10 @@
        ## 关卡boss是一次性处理完的,一般不可能走到这里,这边做下防范
        return
    
    if not turnFight.isInFight():
        __doMainLevelWave(curPlayer, True)
        return
    winFaction = turnFight.winFaction
    if winFaction:
        nextLineupID = turnFight.nextLineupID()