Core/PacketIO: Updated to 11.0.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/e59eef5432c7b70679d33f4911c88d0f7d75fd39)
This commit is contained in:
@@ -14,9 +14,9 @@ namespace Game.Networking.Packets
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteUInt64(GUID);
|
||||
_worldPacket.WriteInt32(Type);
|
||||
_worldPacket.WriteUInt32(SetID);
|
||||
_worldPacket.WriteUInt64(GUID);
|
||||
}
|
||||
|
||||
public ulong GUID; // Set Identifier
|
||||
@@ -159,11 +159,11 @@ namespace Game.Networking.Packets
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteInt32(Reason);
|
||||
_worldPacket.WriteUInt64(GUID);
|
||||
_worldPacket.WriteUInt8(Reason);
|
||||
}
|
||||
|
||||
public ulong GUID; //Set Identifier
|
||||
public byte Reason;
|
||||
public int Reason;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user