1
0
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:
LmeSzinc
2026-06-15 16:46:16 +08:00
parent c10edc486f
commit 869a43924d

View File

@@ -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):