summaryrefslogtreecommitdiff
path: root/crunch_player.sql
diff options
context:
space:
mode:
Diffstat (limited to 'crunch_player.sql')
-rw-r--r--crunch_player.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/crunch_player.sql b/crunch_player.sql
index 37b275d..81af4a1 100644
--- a/crunch_player.sql
+++ b/crunch_player.sql
@@ -68,6 +68,7 @@ ORDER BY `participant`.`id`
ON DUPLICATE KEY UPDATE
`played` = `played` + VALUES(`played`),
`wins` = `wins` + VALUES(`wins`),
+`time_spent` = `time_spent` + VALUES(`time_spent`),
`kills` = `kills` + VALUES(`kills`),
`deaths` = `deaths` + VALUES(`deaths`),
`assists` = `assists` + VALUES(`assists`),