mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Units: Removed duplicate call to WorldObject::UpdatePositionData (#28731)
This commit is contained in:
@@ -12337,8 +12337,6 @@ bool Unit::UpdatePosition(float x, float y, float z, float orientation, bool tel
|
||||
else if (turn)
|
||||
UpdateOrientation(orientation);
|
||||
|
||||
UpdatePositionData();
|
||||
|
||||
_positionUpdateInfo.Relocated = relocated;
|
||||
_positionUpdateInfo.Turned = turn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user