Core: Updated to 11.2.5.63704
Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
@@ -224,6 +224,7 @@ namespace Game.Networking.Packets
|
||||
public List<ushort> GlyphIDs = new();
|
||||
public sbyte Role;
|
||||
public int PrimarySpecialization;
|
||||
public bool Unused1125;
|
||||
|
||||
public void Write(WorldPacket data)
|
||||
{
|
||||
@@ -241,6 +242,9 @@ namespace Game.Networking.Packets
|
||||
|
||||
foreach (ushort id in GlyphIDs)
|
||||
data.WriteUInt16(id);
|
||||
|
||||
data.WriteBit(Unused1125);
|
||||
data.FlushBits();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user