mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 05:35:56 +08:00
Fix: Typo in get_daily_stage_and_fleet()
This commit is contained in:
@@ -103,7 +103,7 @@ class Daily(Combat, DailyEquipment):
|
|||||||
fleets = [
|
fleets = [
|
||||||
0,
|
0,
|
||||||
self.config.Daily_TacticalTrainingFleet,
|
self.config.Daily_TacticalTrainingFleet,
|
||||||
self.config.Daily_FierceAssault,
|
self.config.Daily_FierceAssaultFleet,
|
||||||
0, # Supply Line Disruption, which needs to be done manually or to be done by daily skip
|
0, # Supply Line Disruption, which needs to be done manually or to be done by daily skip
|
||||||
self.config.Daily_ModuleDevelopmentFleet,
|
self.config.Daily_ModuleDevelopmentFleet,
|
||||||
0, # Empty
|
0, # Empty
|
||||||
|
|||||||
Reference in New Issue
Block a user