hch
2018-08-22 e75c4e9dda0ef8c05f84e9cdd5cc7f14bd14d536
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -2082,6 +2082,10 @@
                GameWorld.DebugLog("分流boss, bossID=%s,bossShuntLineID=%s" % (bossID, bossShuntLineID), playerID)
                NPCCommon.AddBossShuntRelatedPlayer(curPlayer, tagMapID, bossShuntLineID, bossID, tick)
                return bossShuntLineID
        return tagLineID
    if curMapID == tagMapID:
        GameWorld.DebugLog("同地图切换坐标不处理分流!", playerID)
        return tagLineID
    
    # 可以用来常规分流的线路人数字典信息, 并不是所有线路都可以用来做人数分流的,比如中立地图有多条线用来分流boss,但是只有1条线可用来做常规的人数分流