From d8fdc893ee207851270107c1f16dc548800d7d4a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 16 Apr 2017 15:10:48 +0200 Subject: Commit name: Add flying check to MoveSmoothPath By Malcrom --- src/server/scripts/EasternKingdoms/zone_hinterlands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/EasternKingdoms') diff --git a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp index 7b5db096ab8..dcdbd684e8a 100644 --- a/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp +++ b/src/server/scripts/EasternKingdoms/zone_hinterlands.cpp @@ -215,7 +215,7 @@ public: endPoint = campPathSize; break; case NPC_SHARPBEAK_JINTHAALOR: - me->GetMotionMaster()->MoveSmoothPath(jinthaalorPathSize, jinthaalorPath, jinthaalorPathSize, false); + me->GetMotionMaster()->MoveSmoothPath(jinthaalorPathSize, jinthaalorPath, jinthaalorPathSize, false, true); endPoint = jinthaalorPathSize; break; } -- cgit v1.2.3