Core: Updated to 11.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/f9bf082be962d45de79f936d625f644253e9b810)
This commit is contained in:
@@ -288,7 +288,7 @@ namespace Game.Networking.Packets
|
||||
public int Tier;
|
||||
public int WeeklyBestTier;
|
||||
public int SeasonBestRating;
|
||||
public int SeasonBestTierEnum;
|
||||
public byte SeasonBestTierEnum;
|
||||
public int RoundsSeasonPlayed;
|
||||
public int RoundsSeasonWon;
|
||||
public int RoundsWeeklyPlayed;
|
||||
@@ -311,7 +311,7 @@ namespace Game.Networking.Packets
|
||||
data.WriteInt32(Tier);
|
||||
data.WriteInt32(WeeklyBestTier);
|
||||
data.WriteInt32(SeasonBestRating);
|
||||
data.WriteInt32(SeasonBestTierEnum);
|
||||
data.WriteUInt8(SeasonBestTierEnum);
|
||||
data.WriteInt32(RoundsSeasonPlayed);
|
||||
data.WriteInt32(RoundsSeasonWon);
|
||||
data.WriteInt32(RoundsWeeklyPlayed);
|
||||
|
||||
Reference in New Issue
Block a user