Core/PacketIO: Named a bunch of unknown/unused fields
Port From (https://github.com/TrinityCore/TrinityCore/commit/806611075659ddde60f3003763e442a46d70f993)
This commit is contained in:
@@ -184,7 +184,7 @@ namespace Game.Movement
|
||||
MonsterMove packet = new();
|
||||
packet.MoverGUID = unit.GetGUID();
|
||||
packet.Pos = new Vector3(loc.X, loc.Y, loc.Z);
|
||||
packet.SplineData.StopDistanceTolerance = 2;
|
||||
packet.SplineData.StopSplineStyle = 2;
|
||||
packet.SplineData.Id = move_spline.GetId();
|
||||
|
||||
if (transport)
|
||||
|
||||
Reference in New Issue
Block a user