1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 01:29:23 +08:00

Refactor: Correct fleet_2 and fleet_boss uses

This commit is contained in:
LmeSzinc
2023-01-29 12:38:57 +08:00
parent 2472ccbdc2
commit 41ac19345b
36 changed files with 36 additions and 36 deletions

View File

@@ -79,4 +79,4 @@ class Campaign(CampaignBase):
if self.clear_roadblocks([road_main]):
return True
return self.fleet_2.clear_boss()
return self.fleet_boss.clear_boss()