diff --git a/src/game/BattleGround/BattleGroundQueue.cpp b/src/game/BattleGround/BattleGroundQueue.cpp index 960c2870ee..5d0df332d5 100644 --- a/src/game/BattleGround/BattleGroundQueue.cpp +++ b/src/game/BattleGround/BattleGroundQueue.cpp @@ -1630,7 +1630,7 @@ void BattleGroundInQueueInfo::Fill(BattleGround* bg) arenaType = bg->GetArenaType(); isRated = bg->IsRated(); playersInside = bg->GetPlayersSize(); - maxPlayers = bg->GetTypeId(); + maxPlayers = bg->GetMaxPlayers(); m_invitedAlliance = bg->GetInvitedCount(ALLIANCE); m_invitedHorde = bg->GetInvitedCount(HORDE); m_maxPlayersPerTeam = bg->GetMaxPlayersPerTeam();