mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 00:05:02 +08:00
Fix: wrong attribute name in tactical class
This commit is contained in:
@@ -193,7 +193,7 @@ class RewardTacticalClass(UI):
|
|||||||
|
|
||||||
book = books.choose(tier_max=self.config.TACTICAL_BOOK_TIER_MAX,
|
book = books.choose(tier_max=self.config.TACTICAL_BOOK_TIER_MAX,
|
||||||
tier_min=self.config.TACTICAL_BOOK_TIER_MIN,
|
tier_min=self.config.TACTICAL_BOOK_TIER_MIN,
|
||||||
exp=self.config.TACTICAL_EXP_FIRST_NIGHT)
|
exp=self.config.TACTICAL_EXP_FIRST)
|
||||||
|
|
||||||
self.device.click(book.button)
|
self.device.click(book.button)
|
||||||
self.device.sleep((0.3, 0.5))
|
self.device.sleep((0.3, 0.5))
|
||||||
|
|||||||
Reference in New Issue
Block a user