Revert "Core/Movement: merged smooth waypoints (commit: 05fb27dae4)"

This reverts commit 6dddfc812c.
This commit is contained in:
Ovahlord
2018-03-27 22:04:30 +02:00
parent d2b2dc8fca
commit 53e989dcd3
16 changed files with 630 additions and 606 deletions

View File

@@ -681,14 +681,6 @@ void MotionMaster::MovePath(uint32 path_id, bool repeatable)
_owner->GetGUID().GetCounter(), path_id, repeatable ? "YES" : "NO");
}
void MotionMaster::MovePath(WaypointPath& path, bool repeatable)
{
Mutate(new WaypointMovementGenerator<Creature>(path, repeatable), MOTION_SLOT_IDLE);
TC_LOG_DEBUG("misc", "%s starts moving over path (repeatable: %s).",
_owner->GetGUID().ToString().c_str(), repeatable ? "YES" : "NO");
}
void MotionMaster::MoveRotate(uint32 time, RotateDirection direction)
{
if (!time)