From f65841dcefd4fcf3fd4d966bbd0d6b130a789190 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 21 二月 2019 11:15:26 +0800
Subject: [PATCH] 6242 子 【开发】【2.0】法宝界面调整 / 【前端】【2.0】法宝调整

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

diff --git a/System/MainInterfacePanel/TaskAllocation.cs b/System/MainInterfacePanel/TaskAllocation.cs
index 588684c..f9a5186 100644
--- a/System/MainInterfacePanel/TaskAllocation.cs
+++ b/System/MainInterfacePanel/TaskAllocation.cs
@@ -134,7 +134,7 @@
                         if (Gold >= NeedMoney)
                         {
                             taskmodel.CompletionOfTask(TaskID);
-                            if (WindowCenter.Instance.IsOpen<SkillPanel>())
+                            if (WindowCenter.Instance.IsOpen<SkillWin>())
                             {
                                 return;
                             }

--
Gitblit v1.8.0