Core/PacketIO: Updated to 11.0.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/e59eef5432c7b70679d33f4911c88d0f7d75fd39)
This commit is contained in:
@@ -621,12 +621,14 @@ namespace Game.Networking.Packets
|
||||
Loc.Write(_worldPacket);
|
||||
_worldPacket.WriteUInt32(Reason);
|
||||
_worldPacket.WriteXYZ(MovementOffset);
|
||||
_worldPacket.WriteInt32(Counter);
|
||||
}
|
||||
|
||||
public uint MapID;
|
||||
public uint Reason;
|
||||
public TeleportLocation Loc = new();
|
||||
public Position MovementOffset; // Adjusts all pending movement events by this offset
|
||||
public int Counter;
|
||||
}
|
||||
|
||||
public class WorldPortResponse : ClientPacket
|
||||
|
||||
Reference in New Issue
Block a user