Core/Spline: Removed redundant call.

This commit is contained in:
Manuel Carrasco
2012-01-27 13:44:44 -03:00
parent ac40323ea0
commit 2db5c13d8f

View File

@@ -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);
}