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)