1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-22 20:46:52 +08:00

Fix: use fleet_show_index for handle_strategy (#5745)

This commit is contained in:
ArecaSapling
2026-06-21 20:12:28 +08:00
committed by GitHub
parent 4619527789
commit 3168653fa2

View File

@@ -102,7 +102,7 @@ class Fleet(Camera, AmbushHandler):
self.show_fleet()
self.hp_get()
self.lv_get()
self.handle_strategy(index=self.fleet_current_index)
self.handle_strategy(index=self.fleet_show_index)
return True
else:
return False