summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-05-22 12:39:07 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-05-22 12:39:07 +0200
commitc401f9e227e92c03e249db23159b738b1456bd6f (patch)
tree8dd03d9ff56e0034e8de78e8c5491ea27357a9ff
parent5050ca981069283568eb468753dca2cf7608bc88 (diff)
downloadcruncher-c401f9e227e92c03e249db23159b738b1456bd6f.tar.gz
cruncher-c401f9e227e92c03e249db23159b738b1456bd6f.zip
allow player upcrunch
-rw-r--r--crunch_player.sql2
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`,