mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Movement: Fixed Unit::StopMoving()
This commit is contained in:
@@ -14795,6 +14795,7 @@ void Unit::StopMoving()
|
||||
return;
|
||||
|
||||
Movement::MoveSplineInit init(*this);
|
||||
init.MoveTo(GetPositionX(), GetPositionY(), GetPositionZMinusOffset());
|
||||
init.SetFacing(GetOrientation());
|
||||
init.Launch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user