From 0d4146aeb683838b6689b9290e6b4a356cea84db Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 26 三月 2019 15:37:36 +0800
Subject: [PATCH] 3335 法宝章节任务

---
 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