Core/PacketIO: Remove duplicated areatrigger spline packet writer

Port From (https://github.com/TrinityCore/TrinityCore/commit/dc10ac722f5e059852785372f9ff91e205d730ce)
This commit is contained in:
Hondacrx
2025-08-18 09:37:00 -04:00
parent aee041198d
commit 9fad3e7752
4 changed files with 19 additions and 26 deletions
@@ -1086,7 +1086,7 @@ namespace Game.Entities
reshape.AreaTriggerSpline = new();
reshape.AreaTriggerSpline.ElapsedTimeForMovement = GetElapsedTimeForMovement();
reshape.AreaTriggerSpline.TimeToTarget = timeToTarget;
reshape.AreaTriggerSpline.Points = _spline.GetPoints();
reshape.AreaTriggerSpline.Points = _spline;
SendMessageToSet(reshape, true);
}