From c401f9e227e92c03e249db23159b738b1456bd6f Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 22 May 2017 12:39:07 +0200 Subject: allow player upcrunch --- crunch_player.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`, -- cgit v1.3.1