From fb4b1ed3c3366f993136e1f9a442bb2dc6d758ab Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 26 九月 2018 22:35:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/Role/MagicianModel.cs b/System/Role/MagicianModel.cs
index 2c4c096..5cbe47e 100644
--- a/System/Role/MagicianModel.cs
+++ b/System/Role/MagicianModel.cs
@@ -236,7 +236,7 @@
             if (serverInited && _beforeLv != _nowLv
                 && (_beforeLv == 0 || TryGetUnlockSkill(_type, _beforeLv, _nowLv, out _skillId)))
             {
-                if (WindowCenter.Instance.CheckOpen<MagicianWin>()
+                if (WindowCenter.Instance.IsOpen<MagicianWin>()
                     && !NewBieCenter.Instance.inGuiding)
                 {
                     ActivateShow.GodWeaponActivate(_type, _nowLv, _beforeLv);

--
Gitblit v1.8.0