1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-05 12:00:58 +08:00
This commit is contained in:
GH Action - Upstream Sync
2024-12-11 05:20:35 +00:00
20 changed files with 211 additions and 140 deletions

View File

@@ -53,9 +53,9 @@ class CampaignBase(CampaignBase_):
map_has_mob_move = True
def strategy_set_execute(self, formation_index=None, sub_view=None, sub_hunt=None):
def strategy_set_execute(self, formation=None, sub_view=None, sub_hunt=None):
super().strategy_set_execute(
formation_index=formation_index,
formation=formation,
sub_view=sub_view,
sub_hunt=sub_hunt,
)