From 7da5f5b780af330ecda645f5538e0917bd9eeb01 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 26 九月 2018 19:37:20 +0800
Subject: [PATCH] Merge branch 'master' into 1871天赋功能

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

diff --git a/System/Skill/SkillPanel.cs b/System/Skill/SkillPanel.cs
index dd5d9ec..d025cf0 100644
--- a/System/Skill/SkillPanel.cs
+++ b/System/Skill/SkillPanel.cs
@@ -129,10 +129,10 @@
 
         void CloseChild()
         {
-            if (WindowCenter.Instance.CheckOpen<SkillAccordWin>()) {
+            if (WindowCenter.Instance.IsOpen<SkillAccordWin>()) {
                 WindowCenter.Instance.CloseImmediately<SkillAccordWin>();
             }
-            if (WindowCenter.Instance.CheckOpen<SkillPassWin>()) {
+            if (WindowCenter.Instance.IsOpen<SkillPassWin>()) {
                 WindowCenter.Instance.CloseImmediately<SkillPassWin>();
             }
             if (WindowCenter.Instance.CheckOpen<TalentWin>())

--
Gitblit v1.8.0