1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 22:47:22 +08:00

Fix: rename equip_enter

This commit is contained in:
Air111
2024-04-19 14:13:18 +08:00
parent 01a3c29c8b
commit cddfea680d
3 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ class Enhancement(Dock):
if self.appear(DOCK_EMPTY, offset=(30, 30)):
return False
self.equip_enter(
self.ship_info_enter(
CARD_GRIDS[(0, 0)], check_button=SHIP_DETAIL_CHECK, long_click=False)
return True