Core: Updated to 11.1.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/23624ed75abc8cbb77bb2e24a08e0836e4c41db5)
This commit is contained in:
Hondacrx
2025-06-16 14:47:31 -04:00
parent b6bccbad44
commit 7fd54e6175
65 changed files with 4240 additions and 3968 deletions
@@ -67,7 +67,7 @@ namespace Game.Networking.Packets
_worldPacket.WriteUInt8((byte)Status);
_worldPacket.WriteUInt32(AreaID);
_worldPacket.WriteUInt32(Level);
_worldPacket.WriteUInt32((uint)ClassID);
_worldPacket.WriteInt8((sbyte)ClassID);
_worldPacket.WriteBits(Notes.GetByteCount(), 10);
_worldPacket.FlushBits();
_worldPacket.WriteString(Notes);
@@ -200,7 +200,7 @@ namespace Game.Networking.Packets
data.WriteUInt8((byte)Status);
data.WriteUInt32(AreaID);
data.WriteUInt32(Level);
data.WriteUInt32((uint)ClassID);
data.WriteInt8((sbyte)ClassID);
data.WriteBits(Notes.GetByteCount(), 10);
data.FlushBits();
data.WriteString(Notes);