4853 【主干】【长尾】【BT】宗门试炼召唤未刷怪bug(未招完无法刷怪的bug)
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBHelpBattle.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/FBHelpBattle.py
@@ -241,8 +241,8 @@
        callResultPack.Job = job
        NetPackCommon.SendFakePack(curPlayer, callResultPack)
        
    # 召唤满后
    if calledCount >= len(helpBattlePlayerDict) or calledCount >= maxHelpPlayerCount:
    # 召唤满后,前端关闭界面默认发一键召唤,无论招多少人都直接开始
    if isOneKeyCall or calledCount >= len(helpBattlePlayerDict) or calledCount >= maxHelpPlayerCount:
        FBLogic.OnCallHelpBattleOK(curPlayer, tick)
        
    # ֪ͨGameServer