mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Spline: Removed redundant call.
This commit is contained in:
@@ -106,7 +106,6 @@ namespace Movement
|
||||
void MoveSplineInit::SetFacing(const Unit * target)
|
||||
{
|
||||
args.flags.EnableFacingTarget();
|
||||
target->GetUInt64Value(OBJECT_FIELD_GUID);
|
||||
//args.facing.target = target->GetObjectGuid().GetRawValue();
|
||||
args.facing.target = target->GetUInt64Value(OBJECT_FIELD_GUID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user