From cbe3d7c2cb4fbf96f3a2295351fa03ea14035499 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 26 九月 2018 20:28:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Fight/MapTransferUtility.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Fight/MapTransferUtility.cs b/Fight/MapTransferUtility.cs
index 6d0ae7c..d9d2a4f 100644
--- a/Fight/MapTransferUtility.cs
+++ b/Fight/MapTransferUtility.cs
@@ -404,7 +404,7 @@
             {
                 if (_config.NPCType == (int)E_NpcType.OpenWorldMap)
                 {
-                    if (!WindowCenter.Instance.CheckOpen<WorldMapWin>())
+                    if (!WindowCenter.Instance.IsOpen<WorldMapWin>())
                     {
                         WindowCenter.Instance.Open<WorldMapWin>();
                         if (_hero.State == E_ActorState.AutoRun)

--
Gitblit v1.8.0