diff --git a/src/server/game/Movement/MotionMaster.cpp b/src/server/game/Movement/MotionMaster.cpp index 44fd17c8adb..47a8605f3a5 100644 --- a/src/server/game/Movement/MotionMaster.cpp +++ b/src/server/game/Movement/MotionMaster.cpp @@ -520,7 +520,7 @@ void MotionMaster::MoveSmoothPath(uint32 pointId, G3D::Vector3 const* pathPoints Movement::PointsArray path(pathPoints, pathPoints + pathSize); MoveSmoothPath(pointId, path, walk, fly); } - + void MotionMaster::MoveSmoothPath(uint32 pointId, Movement::PointsArray const& path, bool walk, bool fly) { Movement::MoveSplineInit init(_owner);