NodeIntrosCompleted

This commit is contained in:
Sainan 2025-01-20 09:45:27 +01:00
parent 4a78999aec
commit fee4ff688a

View File

@ -172,7 +172,7 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
db[key] = client[key];
}
}
for (const key of ["EquippedGear", "EquippedEmotes"] as const) {
for (const key of ["EquippedGear", "EquippedEmotes", "NodeIntrosCompleted"] as const) {
if (client[key]) {
db[key] = client[key];
}