mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-15 22:47:55 +08:00
Fix: Use the same offset for MISSION_UNFINISH
in _reward_mission_claim_click
This commit is contained in:
@@ -89,7 +89,7 @@ class Reward(UI):
|
||||
click_interval.reset()
|
||||
clicked = True
|
||||
continue
|
||||
if self.appear(MISSION_UNFINISH, offset=(20, 20)):
|
||||
if self.appear(MISSION_UNFINISH, offset=(50, 200)):
|
||||
return clicked
|
||||
|
||||
def _reward_mission_claim_receive(self):
|
||||
|
||||
Reference in New Issue
Block a user