Hide Battleground List window

The Battleground List window never showed on retail.

Blizzlike.
This commit is contained in:
Gooyeth
2014-12-19 17:04:55 -06:00
parent de44a3250c
commit 2a307f685c

View File

@@ -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();