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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user