少年修仙传客户端代码仓库
client_linchunjie
2019-04-10 beb1e13e7e18ff185aa0b51fce2b2ac8f78a5484
System/MainInterfacePanel/MainInterfaceWin.cs
@@ -615,6 +615,10 @@
        private bool IsDungeon()
        {
            if (AdventureStage.Instance.IsInAdventureStage)
            {
                return true;
            }
            var mapId = PlayerDatas.Instance.baseData.MapID;
            var mapConfig = MapConfig.Get(mapId);
            return mapConfig != null && mapConfig.MapFBType != 0;