1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 07:03:43 +08:00

Fix: Move war archive events where others are, adjust code as needed

This commit is contained in:
nEEtdo0d
2020-11-07 16:43:40 -05:00
parent 274e56529a
commit e125bdaa65
21 changed files with 105 additions and 158 deletions

View File

@@ -40,7 +40,7 @@ class CampaignRun(Reward):
if folder.startswith('campaign_'):
self.stage = '-'.join(name.split('_')[1:3])
if folder.startswith('event'):
if folder.startswith('event') or folder.startswith('war_archives'):
self.stage = name
try: