1
0
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:
LmeSzinc
2020-09-17 21:43:10 +08:00
parent 5d24da429b
commit 3c8976ddd9
6 changed files with 6 additions and 26 deletions

View File

@@ -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):