From 9008bbb17bca16692b484b1941783eaf20891b56 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 11 六月 2019 14:14:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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