From 2f723e5320ef618985cc9ea8f71deafd3e4bec36 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 16 四月 2019 11:35:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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