Skip to content

Commit 6f04e7d

Browse files
committed
ENHANCEMENTS:
- Competitive: /trueskill regenerate added
1 parent eba6689 commit 6f04e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/competitive/reports/trueskill_hist.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"color": "blue",
3-
"title": "Trueskill History for {name}",
3+
"title": "Trueskill:tm: History for {name}",
44
"elements":
55
[
66
{
77
"type": "SQLTable",
88
"params": {
9-
"sql": "SELECT ROUND(skill_mu - 3 * skill_sigma, 2) AS \"Trueskill\", ROUND(skill_mu, 2) AS \"TrueSkill μ\", ROUND(skill_sigma, 2) AS \"TrueSkill σ\" FROM trueskill WHERE player_ucid = '{ucid}'"
9+
"sql": "SELECT ROUND(skill_mu - 3 * skill_sigma, 2) AS \"Calc. Rating\", ROUND(skill_mu, 2) AS \"TrueSkill:tm: μ\", ROUND(skill_sigma, 2) AS \"TrueSkill:tm: σ\" FROM trueskill WHERE player_ucid = '{ucid}'"
1010
}
1111
},
1212
{

0 commit comments

Comments
 (0)