Core: Updated to 11.2.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/5cf0c6c8bb2c4e58a2d66ba5f304af34d18a4782)
This commit is contained in:
@@ -50,6 +50,8 @@ namespace Game.Networking.Packets
|
||||
for (int i = 0; i < PvpTalents.Count; ++i)
|
||||
_worldPacket.WriteUInt16(PvpTalents[i]);
|
||||
|
||||
TalentInfo.Write(_worldPacket);
|
||||
|
||||
_worldPacket.WriteBit(GuildData.HasValue);
|
||||
_worldPacket.WriteBit(AzeriteLevel.HasValue);
|
||||
_worldPacket.FlushBits();
|
||||
@@ -79,6 +81,7 @@ namespace Game.Networking.Packets
|
||||
public ushort TodayHK;
|
||||
public ushort YesterdayHK;
|
||||
public byte LifetimeMaxRank;
|
||||
public ClassicTalentInfoUpdate TalentInfo;
|
||||
public TraitInspectInfo TraitsInfo = new();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user