xdh
2018-08-10 b450281e603e07dd58a47794daf935feff4a117c
fix:渡劫副本不T人
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_DuJie.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_DuJie.py
@@ -311,7 +311,7 @@
    if tick - GameWorld.GetGameFB().GetFBStepTick() < invadeCfg[Def_Time_Leave] * 1000:
        return
    # 时间到,踢出还在副本的玩家等...
    FBCommon.DoLogic_FBKickAllPlayer()
    #FBCommon.DoLogic_FBKickAllPlayer()
    return
def __OnDuJieFBStart(tick):