mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Revert "Core/Movement: merged smooth waypoints (commit: 05fb27dae4)"
This reverts commit 6dddfc812c.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user