Fix: change StoredBattlePass total to 70 (#215)

This commit is contained in:
Yinhr 2023-12-11 00:31:49 +08:00 committed by GitHub
parent 82e6510588
commit 4d30949638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ class StoredEchoOfWar(StoredCounter, StoredExpiredAtMonday0400):
class StoredBattlePassLevel(StoredCounter):
FIXED_TOTAL = 50
FIXED_TOTAL = 70
class StoredBattlePassTodayQuest(StoredCounter, StoredExpiredAt0400):