diff --git a/src/main/java/icu/samnyan/aqua/net/games/wacca/Wacca.kt b/src/main/java/icu/samnyan/aqua/net/games/wacca/Wacca.kt index 2d346f3c..527457a6 100644 --- a/src/main/java/icu/samnyan/aqua/net/games/wacca/Wacca.kt +++ b/src/main/java/icu/samnyan/aqua/net/games/wacca/Wacca.kt @@ -30,5 +30,5 @@ class Wacca( genericUserSummary(card, mapOf()) } - override val shownRanks: List> = waccaScores.filter { it.first > 83 * 10000 } + override val shownRanks: List> = waccaScores.filter { it.first > 85 * 10000 } } \ No newline at end of file