diff options
| -rw-r--r-- | crunch_player.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crunch_player.sql b/crunch_player.sql index d0e6616..37b275d 100644 --- a/crunch_player.sql +++ b/crunch_player.sql @@ -12,7 +12,7 @@ SELECT `filter`.`id`, `hero`.`id`, `game_mode`.`id`, - NOW(), + `participant`.`created_at`, SUM(`participant_stats`.`kills`) AS `kills`, SUM(`participant_stats`.`deaths`) AS `deaths`, |
