From 5fb2362b13048bfcda86d30b59327d0d5f0f36d3 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 11 六月 2019 14:12:52 +0800
Subject: [PATCH] 7214 子 【2.0】【开发】引导世界BOSS跳转优化 / 【2.0】【前端】引导世界BOSS跳转优化
---
System/MainInterfacePanel/HighSettingTip.cs | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 429c73b..970f787 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -131,7 +131,15 @@
void DaTreasureButton()//鎵撳疂鎸夐挳
{
WindowCenter.Instance.Close<MainInterfaceWin>();
- WindowCenter.Instance.Open<FindPreciousFrameWin>();
+ if (NewBieCenter.Instance.inGuiding
+ && NewBieCenter.Instance.currentGuide == 111)
+ {
+ WindowCenter.Instance.Open<FindPreciousFrameWin>(false, 1);
+ }
+ else
+ {
+ WindowCenter.Instance.Open<FindPreciousFrameWin>();
+ }
}
void LootPreciousButton()//澶哄疂
--
Gitblit v1.8.0