From 49ce8075a44b92b58ad1140963645b096c368274 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 23 五月 2019 16:27:43 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/MainInterfacePanel/ChatFrame.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index e2f3d15..73a45ad 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -303,7 +303,8 @@
             var isVipFreeTransfer = ModelCenter.Instance.GetModel<VipModel>().GetVipPrivilegeCnt(VipPrivilegeType.FreeTransfer) > 0;
             if (isVipFreeTransfer || flyBootOwn > 0)
             {
-                MapTransferUtility.Instance.MissionFlyTo(config.MapID, config.NPCID);
+                var mapId = MapUtility.GetMapId(config.DataMapID,config.LineId);
+                MapTransferUtility.Instance.MissionFlyTo(mapId, config.NPCID);
             }
             else
             {

--
Gitblit v1.8.0