From d7576f5b3bf7066fbba0b705d2453216ae566fdb Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 29 九月 2018 20:43:13 +0800
Subject: [PATCH] 3811 【前端】前期BOSS分线修改,不同地图切图强制移动

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

diff --git a/Fight/MapTransferUtility.cs b/Fight/MapTransferUtility.cs
index ef22022..c5f2b0b 100644
--- a/Fight/MapTransferUtility.cs
+++ b/Fight/MapTransferUtility.cs
@@ -359,6 +359,8 @@
                     var mapId = _npcLocation.mapId;
                     var position = new Vector3(_mapConfig.BornPoints[0].x, 0, _mapConfig.BornPoints[0].y);
                     Send_WorldTransfer(mapId, position, MapTransferType.WorldTransport, (byte)_lineID, npcID);
+                    
+                    forceMove = true;
 
                     if (BossFakeLineUtility.Instance.IsShuntBoss(npcID))
                     {

--
Gitblit v1.8.0