Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmoSS committed Oct 5, 2024
2 parents c49600d + 508a579 commit 105c50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const sqlQueries = {
WHERE ReplayEventType = 61 AND BranchID IN (9,10,11) AND WinID > 0
GROUP BY gid, plr
) ON gid = GameID AND plr = Player
WHERE WinID > 0
WHERE WinID > 0 AND GameSeed NOT NULL
GROUP BY GameID
)
SELECT
Expand Down

0 comments on commit 105c50c

Please sign in to comment.