1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-21 20:23:54 +08:00

Fix: use fleet_show_index for handle_strategy

This commit is contained in:
2026-06-21 03:04:43 +08:00
parent 784a871514
commit 17ad379675

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