diff options
author | Gooyeth <migmadmu@hotmail.com> | 2014-12-19 17:04:55 -0600 |
---|---|---|
committer | Nayd <dnpd.dd@gmail.com> | 2014-12-19 23:34:24 +0000 |
commit | fa267e96133807c6205007719e3805bf75b9115e (patch) | |
tree | c15d6180681f87625f92141a8493b2b516dec650 /src | |
parent | c3e959b9db042c9c40c0d75bd6ee1aedf34b84b5 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Battlegrounds/BattlegroundMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/BattlegroundMgr.cpp b/src/server/game/Battlegrounds/BattlegroundMgr.cpp index ced77d06514..ee5b14a7f1c 100644 --- a/src/server/game/Battlegrounds/BattlegroundMgr.cpp +++ b/src/server/game/Battlegrounds/BattlegroundMgr.cpp @@ -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(); |