summaryrefslogtreecommitdiff
path: root/crunch_player.sql
diff options
context:
space:
mode:
Diffstat (limited to 'crunch_player.sql')
-rw-r--r--crunch_player.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/crunch_player.sql b/crunch_player.sql
index 75432e8..4a36bb7 100644
--- a/crunch_player.sql
+++ b/crunch_player.sql
@@ -15,7 +15,7 @@ select
sum(p_s.duration) as time_spent,
-- special player_point facts
- max(p.trueskill) as trueskill,
+ max(p.trueskill_mu-p.trueskill_sigma) as trueskill,
sum(p.trueskill_mu) as trueskill_mu,
sum(p.trueskill_sigma) as trueskill_sigma,
0 as elo,