Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Oct 8, 2024
1 parent 0486e5b commit fcfb719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/BattleGround/BattleGroundQueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit fcfb719

Please sign in to comment.