Skip to content

Commit

Permalink
Update data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmoSS committed Oct 6, 2024
1 parent 2edd6ac commit 87c7335
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 @@ -418,7 +418,7 @@ const sqlQueries = {
SELECT BuildingClassKey, Turn, COUNT(*) FROM (
SELECT Turn, ReplayEventType, Num2 AS Value FROM ReplayEvents
WHERE ReplayEventType = 78
WHERE ReplayEventType = 78 AND TypeID = 2
)
JOIN BuildingClassKeys ON BuildingClassID = Value
GROUP BY Turn, BuildingClassKeys.BuildingClassID
Expand Down

0 comments on commit 87c7335

Please sign in to comment.