mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 01:07:59 +08:00
Fix: Failed to enter SP
This commit is contained in:
parent
76a7eb4d08
commit
16526bfae9
@ -80,7 +80,7 @@ class CampaignBase(CampaignBase_):
|
||||
return int(name)
|
||||
elif name in ['a', 'c', 'sp', 'ex_sp', 'ts', 't', 'ht', 'hts']:
|
||||
return 1
|
||||
elif name in ['b', 'd']:
|
||||
elif name in ['b', 'd', 'ex_ex']:
|
||||
return 2
|
||||
else:
|
||||
raise CampaignNameError
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user