Ready to update to v2.8.1

Wait for chart constants and character values.
This commit is contained in:
Lost-MSth
2022-02-17 21:16:57 +08:00
parent 35b954e549
commit b60457c38b
8 changed files with 240 additions and 131 deletions

View File

@@ -508,7 +508,7 @@ def arc_score_post(user_id, song_id, difficulty, score, shiny_perfect_count, per
x = c.fetchone()
if x:
re = server.arcworld.world_update(
c, user_id, song_id, difficulty, rating, clear_type, beyond_gauge, x[0], x[1], x[2])
c, user_id, song_id, difficulty, rating, clear_type, beyond_gauge, health, x[0], x[1], x[2])
re['global_rank'] = get_user_world_rank(c, user_id) # 更新世界排名
re["user_rating"] = ptt
else: