1
0
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:
LmeSzinc
2021-09-26 00:48:57 +08:00
parent 3483ea2041
commit ea111e1f35
6 changed files with 380 additions and 1 deletions

View File

@@ -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