From 432f697860d7f5c297df465c5363b3c92f50a833 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 16 四月 2019 11:13:32 +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