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/Kalimdor/zone_mulgore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Kalimdor') diff --git a/src/server/scripts/Kalimdor/zone_mulgore.cpp b/src/server/scripts/Kalimdor/zone_mulgore.cpp index f4a546c1f5c..15fa1a46ffd 100644 --- a/src/server/scripts/Kalimdor/zone_mulgore.cpp +++ b/src/server/scripts/Kalimdor/zone_mulgore.cpp @@ -54,7 +54,7 @@ public: if (!apply) return; - me->GetMotionMaster()->MoveSmoothPath(EagleSpiritflightPathSize, EagleSpiritflightPath, EagleSpiritflightPathSize, false); + me->GetMotionMaster()->MoveSmoothPath(EagleSpiritflightPathSize, EagleSpiritflightPath, EagleSpiritflightPathSize, false, true); me->CastSpell(me, SPELL_SPIRIT_FORM); } -- cgit v1.2.3