mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 17:57:01 +08:00
Fix: Typo in meowfficer buy record
This commit is contained in:
@@ -91,7 +91,7 @@ class MeowfficerBuy(MeowfficerBase):
|
||||
continue
|
||||
if self.appear(GET_ITEMS_1, offset=5, interval=3):
|
||||
if drop.save is True:
|
||||
drop.handle_add(self.device.image, before=2)
|
||||
drop.handle_add(self, before=2)
|
||||
self.device.click(MEOWFFICER_BUY_SKIP)
|
||||
self.interval_clear(MEOWFFICER_BUY)
|
||||
executed = True
|
||||
|
||||
Reference in New Issue
Block a user