Core/PacketIO: Add missing bit writes

Port From (https://github.com/TrinityCore/TrinityCore/commit/06db073eb9900141bce496a36d60548e64bd059c)
This commit is contained in:
hondacrx
2023-05-23 06:27:28 -04:00
parent dfc3cbfe30
commit 11bc2411b9
@@ -702,6 +702,7 @@ namespace Game.Networking.Packets
data.WriteBit(RatingChange.HasValue);
data.WriteBit(PreMatchMMR.HasValue);
data.WriteBit(MmrChange.HasValue);
data.WriteBit(PostMatchMMR.HasValue);
data.FlushBits();
if (Honor.HasValue)