少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-01 c90cdd78c2bf8bcfa25cec7432a5876f6085ecfb
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)