mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Convert stage names in event_20240425_cn
This commit is contained in:
parent
0437ae80e6
commit
bfb9bd0d61
@ -189,6 +189,12 @@ class CampaignRun(CampaignEvent):
|
||||
name = 'sp'
|
||||
if folder == 'event_20221124_cn' and name in ['asp', 'a.sp']:
|
||||
name = 'sp'
|
||||
if folder == 'event_20240425_cn':
|
||||
if name in ['μsp', 'usp', 'iisp']:
|
||||
name = 'sp'
|
||||
name = name.replace('lsp', 'isp').replace('1sp', 'isp')
|
||||
if name == 'isp':
|
||||
name = 'isp1'
|
||||
# Convert to chapter T
|
||||
convert = {
|
||||
'a1': 't1',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user