少年修仙传客户端代码仓库
client_linchunjie
2019-03-11 dc6deba3deacbdc8e9223ed35e5e458bfb87ae45
System/Team/TeamTargetJoinLimitWin.cs
@@ -189,16 +189,6 @@
                missionBuf.mapId == TeamModel.CURRENTMAP_MISSION ? PlayerDatas.Instance.baseData.MapID : missionBuf.mapId;
            var mapEx = missionBuf.mapEx <= 0 ? 0 : missionBuf.mapEx;
            if (mapId == 31110)
            {
                var config = RealmConfig.Get(PlayerDatas.Instance.baseData.realmLevel);
                if (config.IsBigRealm != 1 || !ModelCenter.Instance.GetModel<RealmModel>().IsDungeonState)
                {
                    SysNotifyMgr.Instance.ShowTip("NOGreatBourn");
                    return;
                }
            }
            var key = dungeonModel.GetDungeonId(mapId, mapEx);
            if (key == 0)