System/WorldMap/MapModel.cs
@@ -293,6 +293,21 @@ return null; } public bool CanOpenLocalMapWin(int mapId) { var mapResConfig = DTCA127_tagMCStartChangeMap.GetMapResourcesConfig(); var config = Config.Instance.Get<MapConfig>(mapId); if (string.IsNullOrEmpty(mapResConfig.BigMap) || mapId == FairyLeagueModel.FAIRY_LEAGUE_DUNGEON) { return false; } else { return true; } } public int GetRecommendHangPoint(int _mapId) { var eventPoints = new List<int>(GetMapEventPoints(_mapId));