ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -1863,7 +1863,6 @@
def PlayerEnterFB(curPlayer, mapID, lineID, posX=0, posY=0, reqInfoEx=None):        
    mapID = FBCommon.GetRecordMapID(mapID)
    playerID = curPlayer.GetPlayerID()
    PyGameData.g_playerReqEnterFBEx[playerID] = reqInfoEx
    GameWorld.Log("玩家请求进入副本! mapID=%s,lineID=%s,posX=%s,posY=%s,reqInfoEx=%s" % (mapID, lineID, posX, posY, reqInfoEx), playerID)
    
    #进入副本通用检查