少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-16 432f697860d7f5c297df465c5363b3c92f50a833
System/MainInterfacePanel/MainInterfaceWin.cs
@@ -612,6 +612,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;