From fb4b1ed3c3366f993136e1f9a442bb2dc6d758ab Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 26 九月 2018 22:35:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/FindPrecious/FindPreciousSubscribeHintWin.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/FindPrecious/FindPreciousSubscribeHintWin.cs b/System/FindPrecious/FindPreciousSubscribeHintWin.cs
index f82a876..1315628 100644
--- a/System/FindPrecious/FindPreciousSubscribeHintWin.cs
+++ b/System/FindPrecious/FindPreciousSubscribeHintWin.cs
@@ -31,11 +31,11 @@
 
         protected override void OnPreOpen()
         {
-            if (WindowCenter.Instance.CheckOpen<FindPreciousFrameWin>())
+            if (WindowCenter.Instance.IsOpen<FindPreciousFrameWin>())
             {
                 m_HintContent.text = Language.Get("FightTreasure_Focus");
             }
-            else if (WindowCenter.Instance.CheckOpen<LootPreciousFrameWin>())
+            else if (WindowCenter.Instance.IsOpen<LootPreciousFrameWin>())
             {
                 m_HintContent.text = Language.Get("DemonJar_Focus");
             }

--
Gitblit v1.8.0