From fcfb719fb5c0edc2b0ea05428f4809d1004ebcdc Mon Sep 17 00:00:00 2001 From: killerwife Date: Tue, 8 Oct 2024 20:37:46 +0200 Subject: [PATCH] Fix typo --- src/game/BattleGround/BattleGroundQueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();