mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 22:59:04 +08:00
Fix: Check battle pass red dot before claiming
This commit is contained in:
@@ -115,6 +115,6 @@ class BattlePass(Combat, UI):
|
|||||||
def run(self):
|
def run(self):
|
||||||
self.ui_ensure(page_reward)
|
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_enter()
|
||||||
self.battle_pass_receive()
|
self.battle_pass_receive()
|
||||||
|
|||||||
Reference in New Issue
Block a user