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

Change clear_boss() to fleet_boss

This commit is contained in:
Kyo
2020-08-08 02:55:58 -03:00
committed by GitHub
parent f48ff91b63
commit 740e76c4fd

View File

@@ -60,4 +60,4 @@ class Campaign(CampaignBase):
return self.battle_default()
def battle_4(self):
return self.fleet_1.clear_boss()
return self.fleet_boss.clear_boss()