Core/PacketIO: 9.1.0 opcodes and packet structures
Port From (https://github.com/TrinityCore/TrinityCore/commit/cd5357dc185f95c6ef78089c5ab8bd2b885dd89f)
This commit is contained in:
@@ -299,6 +299,7 @@ namespace Game.Networking.Packets
|
||||
data.WriteInt32(WeeklyBestRating);
|
||||
data.WriteInt32(SeasonBestRating);
|
||||
data.WriteInt32(PvpTierID);
|
||||
data.WriteInt32(WeeklyBestWinPvpTierID);
|
||||
data.WriteBit(Disqualified);
|
||||
data.FlushBits();
|
||||
}
|
||||
@@ -312,6 +313,7 @@ namespace Game.Networking.Packets
|
||||
public int WeeklyBestRating;
|
||||
public int SeasonBestRating;
|
||||
public int PvpTierID;
|
||||
public int WeeklyBestWinPvpTierID;
|
||||
public byte Bracket;
|
||||
public bool Disqualified;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user