From bc49768eaf9757e20bd264dc6183b2497780ee08 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 18 九月 2018 14:18:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/HighSettingTip.cs | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 1a13b31..6a252a8 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -252,14 +252,7 @@
void LootPreciousButton()//澶哄疂
{
WindowCenter.Instance.Close<MainInterfaceWin>();
- if (fairyGrabBossModel.InActivityTime)
- {
- WindowCenter.Instance.Open<LootPreciousFrameWin>(false, 1);
- }
- else
- {
- WindowCenter.Instance.Open<LootPreciousFrameWin>();
- }
+ WindowCenter.Instance.Open<LootPreciousFrameWin>();
}
void RechargeButton()//鍏呭�兼寜閽�
--
Gitblit v1.8.0