From beb1e13e7e18ff185aa0b51fce2b2ac8f78a5484 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 10 四月 2019 15:14:12 +0800
Subject: [PATCH] 3335 缥缈仙域

---
 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 18d4d20..78cd8b7 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/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;

--
Gitblit v1.8.0