mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: use raid_daily_name (not raid_name) in Daily
This commit is contained in:
@@ -50,7 +50,7 @@ class RaidRun(Raid, CampaignRun):
|
||||
|
||||
# Run
|
||||
try:
|
||||
self.raid_execute_once(mode=mode if mode else self.config.RAID_MODE)
|
||||
self.raid_execute_once(mode=mode if mode else self.config.RAID_MODE, raid=name)
|
||||
except OilExhausted:
|
||||
self.ui_goto_main()
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user