whoopssie
This commit is contained in:
parent
bb4c8541c9
commit
705da7a13f
|
@ -75,7 +75,7 @@ def getUserStatsAp(userID, gameMode):
|
||||||
avg_accuracy_{gm} AS accuracy,
|
avg_accuracy_{gm} AS accuracy,
|
||||||
playcount_{gm} AS playcount,
|
playcount_{gm} AS playcount,
|
||||||
total_score_{gm} AS totalScore,
|
total_score_{gm} AS totalScore,
|
||||||
pp_{gm}_rx AS pp
|
pp_{gm}_auto AS pp
|
||||||
FROM users_stats WHERE id = %s LIMIT 1""".format(gm=modeForDB), [userID])
|
FROM users_stats WHERE id = %s LIMIT 1""".format(gm=modeForDB), [userID])
|
||||||
|
|
||||||
# Get game rank
|
# Get game rank
|
||||||
|
|
Loading…
Reference in New Issue
Block a user