1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Check battle pass red dot before claiming

This commit is contained in:
LmeSzinc 2024-10-01 17:37:51 +08:00
parent 0be4ce1c40
commit a061cbf82f

View File

@ -115,6 +115,6 @@ class BattlePass(Combat, UI):
def run(self):
self.ui_ensure(page_reward)
# if self.battle_pass_red_dot_appear():
if self.battle_pass_red_dot_appear():
self.battle_pass_enter()
self.battle_pass_receive()