From 4ca9bbdd6096300c988b1b744da3b9d3c43cde81 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 26 九月 2018 19:40:12 +0800
Subject: [PATCH] 3687 天赋功能

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

diff --git a/System/Skill/SkillPanel.cs b/System/Skill/SkillPanel.cs
index d025cf0..f013715 100644
--- a/System/Skill/SkillPanel.cs
+++ b/System/Skill/SkillPanel.cs
@@ -135,7 +135,7 @@
             if (WindowCenter.Instance.IsOpen<SkillPassWin>()) {
                 WindowCenter.Instance.CloseImmediately<SkillPassWin>();
             }
-            if (WindowCenter.Instance.CheckOpen<TalentWin>())
+            if (WindowCenter.Instance.IsOpen<TalentWin>())
             {
                 WindowCenter.Instance.CloseImmediately<TalentWin>();
             }

--
Gitblit v1.8.0