4412 【BUG】【主干】仙魔之争机器人表现异常(修复机器人第一回合开始时不自动往下走的bug,因为玩家有无敌buff)
1个文件已修改
1 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_XMZZ.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_XMZZ.py
@@ -166,6 +166,7 @@
    curPlayer.Sync_TimeTick(IPY_GameWorld.tttTowerTake, 0, remainTime * 1000, True)
    DoFBHelp(curPlayer, tick)
#    fbStep = gameFB.GetFBStep()
    PlayerControl.DelLimitSuperBuff(curPlayer, tick)
    return
##---副本总逻辑计时器---