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 9e92ec6 commit 1a8ff05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,10 @@ const sqlQueries = {
SELECT BuildingClassKey, Turn, COUNT(*) FROM (
SELECT Turn, ReplayEventType, Num2 AS Value FROM ReplayEvents
WHERE ReplayEventType = 78 AND TypeID = 2
WHERE ReplayEventType = 78
)
JOIN BuildingClassKeys ON BuildingClassID = Value
WHERE TypeID = 2
GROUP BY Turn, BuildingClassKeys.BuildingClassID
;
`,
Expand Down

0 comments on commit 1a8ff05

Please sign in to comment.