Hide Battleground List window

The Battleground List window never showed on retail.

Blizzlike.
(cherry picked from commit 2a307f685c3fabfaca87342d19e896f3d72d61d7)

Conflicts:
	src/server/game/Battlegrounds/BattlegroundMgr.cpp
This commit is contained in:
Gooyeth
2014-12-19 23:34:24 +00:00
committed by Nayd
parent c3e959b9db
commit fa267e9613
@@ -894,7 +894,7 @@ void BattlegroundMgr::BuildBattlegroundListPacket(WorldPacket* data, ObjectGuid
data->WriteBit(guid[3]);
data->WriteBit(0); // unk
data->WriteBit(guid[5]);
data->WriteBit(0); // unk
data->WriteBit(1); // hide battleground list window
data->FlushBits();