mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: change StoredBattlePass total to 70 (#215)
This commit is contained in:
parent
82e6510588
commit
4d30949638
@ -259,7 +259,7 @@ class StoredEchoOfWar(StoredCounter, StoredExpiredAtMonday0400):
|
||||
|
||||
|
||||
class StoredBattlePassLevel(StoredCounter):
|
||||
FIXED_TOTAL = 50
|
||||
FIXED_TOTAL = 70
|
||||
|
||||
|
||||
class StoredBattlePassTodayQuest(StoredCounter, StoredExpiredAt0400):
|
||||
|
Loading…
Reference in New Issue
Block a user