Core: Updated to 11.1.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/23624ed75abc8cbb77bb2e24a08e0836e4c41db5)
This commit is contained in:
@@ -80,12 +80,12 @@ namespace Game.Networking.Packets
|
||||
{
|
||||
public void Read(WorldPacket data)
|
||||
{
|
||||
FactionGroup = data.ReadInt32();
|
||||
FactionGroup = data.ReadUInt8();
|
||||
Locale = data.ReadInt32();
|
||||
RequesterVirtualRealmAddress = data.ReadUInt32();
|
||||
}
|
||||
|
||||
public int FactionGroup;
|
||||
public byte FactionGroup;
|
||||
public int Locale;
|
||||
public uint RequesterVirtualRealmAddress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user