mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 11:05:25 +08:00
Fix: Missing sos configs
- Re-add AzurStatsID
This commit is contained in:
@@ -217,6 +217,11 @@ class ConfigUpdater:
|
||||
for path, _ in deep_iter(self.args, depth=3):
|
||||
deep_load(path)
|
||||
|
||||
if config_name =='template':
|
||||
deep_set(new, 'Alas.DropRecord.AzurStatsID', None)
|
||||
else:
|
||||
deep_default(new, 'Alas.DropRecord.AzurStatsID', random_id())
|
||||
|
||||
return new
|
||||
|
||||
@timer
|
||||
|
||||
Reference in New Issue
Block a user