You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some people have to play 10 placement games instead of 3 even though they were ranked in the season before. This is apparently consistent behaviour for some people while others are not affected by this bug at all.
The text was updated successfully, but these errors were encountered:
Further investigation showed that the database fetch works as intended, but the function itself is wrong. It should check if the player was ranked in any of the previous seasons. I.e. if the subdivision_id is not null in any of the returned rows.
But instead the function only grabs the first row and checks there. Normally this first row will be the first season where the player has ever played a game. This explains why it happens consistently for some players and not for others. It depends on if you were ranked in the first season where you played.
Some people have to play 10 placement games instead of 3 even though they were ranked in the season before. This is apparently consistent behaviour for some people while others are not affected by this bug at all.
The text was updated successfully, but these errors were encountered: