Core/PacketIO: Remove duplicated areatrigger spline packet writer
Port From (https://github.com/TrinityCore/TrinityCore/commit/dc10ac722f5e059852785372f9ff91e205d730ce)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user