1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 18:31:01 +08:00

Fix: update score migration of special case to match the new score

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Clément Burgelin (Zyf)
2023-11-21 11:27:03 +01:00
committed by GitHub
Unverified
parent 1f88658bad
commit 16acec335f
@@ -270,7 +270,7 @@ namespace osu.Game.Database
{
return (long)Math.Round((
0
+ 300000 * Math.Pow(score.Accuracy, 8)
+ 500000 * Math.Pow(score.Accuracy, 5)
+ bonusProportion) * modMultiplier);
}