System/WorldMap/MapModel.cs
@@ -297,7 +297,9 @@ public bool CanOpenLocalMapWin(int mapId) { var mapResConfig = DTCA127_tagMCStartChangeMap.GetMapResourcesConfig(); var dataMapId = MapUtility.GetDataMapId(mapId); var lineId = MapUtility.GetLineId(); var mapResConfig = MapResourcesConfig.GetConfig(dataMapId, lineId); var config = Config.Instance.Get<MapConfig>(mapId); if (string.IsNullOrEmpty(mapResConfig.BigMap) || mapId == FairyLeagueModel.FAIRY_LEAGUE_DUNGEON)