Skip to content

Commit a19b766

Browse files
committed
typo
1 parent 7e73057 commit a19b766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/game/Groups/Group.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ GroupJoinBattlegroundResult Group::CanJoinBattlegroundQueue(Battleground const*
19721972
// check for min / max count
19731973
uint32 memberscount = GetMembersCount();
19741974

1975-
if (memberscount > bgEntry->MAX_GROUP_SIZE) // no MinPlayerCount for battlegrounds
1975+
if (memberscount > bgEntry->MaxGroupSize) // no MinPlayerCount for battlegrounds
19761976
return ERR_BATTLEGROUND_NONE; // ERR_GROUP_JOIN_BATTLEGROUND_TOO_MANY handled on client side
19771977

19781978
// get a player as reference, to compare other players' stats to (arena team id, queue id based on level, etc.)

0 commit comments

Comments
 (0)