From fbb6076405ea9b234fdb04a62904158e44e15c9c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 16 四月 2019 10:02:56 +0800
Subject: [PATCH] Merge branch 'HazyRegion'

---
 System/MainInterfacePanel/MainInterfaceWin.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index fa674cc..12c2979 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/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;

--
Gitblit v1.8.0