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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user