mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Hide Battleground List window
The Battleground List window never showed on retail. Blizzlike.
This commit is contained in:
@@ -901,7 +901,7 @@ void BattlegroundMgr::BuildBattlegroundListPacket(WorldPacket* data, ObjectGuid
|
||||
data->WriteBit(guid[3]);
|
||||
data->WriteBit(0); // unk
|
||||
data->WriteBit(guid[5]);
|
||||
data->WriteBit(player->getLevel() != 10 ? 1 : 0); // hide battleground list window, show only in level 10
|
||||
data->WriteBit(1); // hide battleground list window
|
||||
|
||||
data->FlushBits();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user