xdh
2018-08-25 31e71a46a46221bf45144d03e8609241ed807a99
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldProcess.py
@@ -422,9 +422,13 @@
            return IPY_GameWorld.cmePlayerFull
    #检查副本状态是否可以登录
    if not FBCommon.CheckFBStateCanEnter(askStruct):
    checkRet = FBCommon.CheckFBStateCanEnter(askStruct)
    if type(checkRet) not in [tuple, list]:
        checkRet = (checkRet, "FB_andyshao_861048")
    canEnter, notifyMark = checkRet
    if not canEnter:
        #副本关闭中, 请稍后
        return IPY_GameWorld.cmeCustom, 'FB_andyshao_861048'
        return IPY_GameWorld.cmeCustom, notifyMark
    
    changeMapAskResult = FBLogic.OnChangeMapAsk(askStruct, tick)