From 2c4887faa4538c9a229c9ccdb3ab6455a28b2b3f Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 27 三月 2019 14:25:13 +0800
Subject: [PATCH] Merge branch 'TreasureMission'

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

diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 9e27839..34e3941 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -307,11 +307,11 @@
                 return;
             }
             WindowCenter.Instance.Close<MainInterfaceWin>();
-            if (_model.GetTreasureUnlockShow(TreasureCategory.Human) != 0)
+            if (_model.IsRequireUnlockAnim(TreasureCategory.Human) != 0)
             {
                 _model.currentCategory = TreasureCategory.Human;
             }
-            else if (_model.GetTreasureUnlockShow(TreasureCategory.Demon) != 0)
+            else if (_model.IsRequireUnlockAnim(TreasureCategory.Demon) != 0)
             {
                 _model.currentCategory = TreasureCategory.Demon;
             }

--
Gitblit v1.8.0