mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
Core/BG: Write the proper number of bits when sending SMSG_BATTLEFIELD_LIST
"Kill the flush", they said. Fixes #12350
This commit is contained in:
@@ -898,7 +898,6 @@ void BattlegroundMgr::BuildBattlegroundListPacket(WorldPacket* data, uint64 guid
|
||||
data->WriteBit(0); // unk
|
||||
data->WriteBit(0); // unk
|
||||
|
||||
data->FlushBits();
|
||||
size_t count_pos = data->bitwpos();
|
||||
data->WriteBits(0, 24); // placeholder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user