From f7dc33c89b3b90a8cbc5999062519e58a5b8fa19 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 26 九月 2018 19:33:05 +0800
Subject: [PATCH] 3335 修理窗口管理api

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

diff --git a/System/Role/MagicianWin.cs b/System/Role/MagicianWin.cs
index 0f1d65f..bd4dfcb 100644
--- a/System/Role/MagicianWin.cs
+++ b/System/Role/MagicianWin.cs
@@ -387,7 +387,7 @@
                 UpdateItems(GetItemIndex(model.selectType));
                 if (m_PresentSelectItemCnt <= 0)
                 {
-                    if (!WindowCenter.Instance.CheckOpen<GetItemPathWin>())
+                    if (!WindowCenter.Instance.IsOpen<GetItemPathWin>())
                     {
                         int[] items = model.GetLvUpItemByType(model.selectType);
                         ItemConfig itemCfg = Config.Instance.Get<ItemConfig>(items[model.selectItemIndex]);

--
Gitblit v1.8.0