From e747aaac9b8bdde64c3930d5efaa5fcade989d38 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期日, 30 十二月 2018 17:53:22 +0800
Subject: [PATCH] 3335 修改古神禁地寻路问题。
---
Fight/MapTransferUtility.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Fight/MapTransferUtility.cs b/Fight/MapTransferUtility.cs
index cdc62bc..a1283b9 100644
--- a/Fight/MapTransferUtility.cs
+++ b/Fight/MapTransferUtility.cs
@@ -631,7 +631,7 @@
m_DelayMoveToPos = false;
m_TempPos = hero.Pos;
- hero.Behaviour.StopHandupAI();
+ hero.Behaviour.StopHandupAI(true);
hero.Behaviour.StopKillUntilDieAI();
if ((hero.SkillMgr.CurCastSkill != null && !hero.SkillMgr.CurCastSkill.SkillCompelete)
@@ -741,7 +741,7 @@
}
}
- _hero.Behaviour.StopHandupAI();
+ _hero.Behaviour.StopHandupAI(true);
_hero.Behaviour.StopKillUntilDieAI();
_position += _rot * Vector3.forward * 1;
@@ -810,7 +810,7 @@
}
}
- _hero.Behaviour.StopHandupAI();
+ _hero.Behaviour.StopHandupAI(true);
_hero.Behaviour.StopKillUntilDieAI();
Send_WorldTransfer(mapID, pos * 2, MapTransferType.MissionTransport, lineID);
--
Gitblit v1.8.0