mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-28 08:02:18 +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()
|
click_interval.reset()
|
||||||
clicked = True
|
clicked = True
|
||||||
continue
|
continue
|
||||||
if self.appear(MISSION_UNFINISH, offset=(20, 20)):
|
if self.appear(MISSION_UNFINISH, offset=(50, 200)):
|
||||||
return clicked
|
return clicked
|
||||||
|
|
||||||
def _reward_mission_claim_receive(self):
|
def _reward_mission_claim_receive(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user