From c46c24e933bef1f29b140aceff6f6f178c23000e Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 23 五月 2019 16:11:19 +0800
Subject: [PATCH] 6780 boss之家多地图合并。
---
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