1
0
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:
LmeSzinc
2022-04-30 00:31:04 +08:00
parent 572eae90ef
commit 955d710126

View File

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