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/FlyingShoesTask.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/MainInterfacePanel/FlyingShoesTask.cs b/System/MainInterfacePanel/FlyingShoesTask.cs
index 965a5f9..3224ff7 100644
--- a/System/MainInterfacePanel/FlyingShoesTask.cs
+++ b/System/MainInterfacePanel/FlyingShoesTask.cs
@@ -187,7 +187,7 @@
                         var treasureConfig = TreasureConfig.Get(_treasureId);
                         treasureModel.currentCategory = (TreasureCategory)treasureConfig.Category;
                         WindowCenter.Instance.Close<MainInterfaceWin>();
-                        var _unlockTreasure = treasureModel.GetTreasureUnlockShow(treasureModel.currentCategory);
+                        var _unlockTreasure = treasureModel.IsRequireUnlockAnim(treasureModel.currentCategory);
                         if (_unlockTreasure != 0)
                         {
                             treasureModel.treasureGotoId = _unlockTreasure;
@@ -208,7 +208,7 @@
                         var treasureConfig = TreasureConfig.Get(_treasureId);
                         treasureModel.currentCategory = (TreasureCategory)treasureConfig.Category;
                         WindowCenter.Instance.Close<MainInterfaceWin>();
-                        var _unlockTreasure = treasureModel.GetTreasureUnlockShow(treasureModel.currentCategory);
+                        var _unlockTreasure = treasureModel.IsRequireUnlockAnim(treasureModel.currentCategory);
                         if (_unlockTreasure != 0)
                         {
                             treasureModel.treasureGotoId = _unlockTreasure;

--
Gitblit v1.8.0