mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-04 16:14:51 +08:00
Opt: Event stage and SP stage merge into one setting
This commit is contained in:
2
alas.py
2
alas.py
@@ -138,7 +138,7 @@ class AzurLaneAutoScript:
|
||||
"""
|
||||
from module.campaign.run import CampaignRun
|
||||
az = CampaignRun(self.config, device=self.device)
|
||||
az.run(self.config.CAMPAIGN_EVENT, folder=self.config.EVENT_NAME)
|
||||
az.run(self.config.EVENT_STAGE, folder=self.config.EVENT_NAME)
|
||||
self.reward_when_finished()
|
||||
|
||||
def raid(self):
|
||||
|
||||
Reference in New Issue
Block a user