NodeIntrosCompleted
This commit is contained in:
parent
4a78999aec
commit
fee4ff688a
@ -172,7 +172,7 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
|
|||||||
db[key] = client[key];
|
db[key] = client[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (const key of ["EquippedGear", "EquippedEmotes"] as const) {
|
for (const key of ["EquippedGear", "EquippedEmotes", "NodeIntrosCompleted"] as const) {
|
||||||
if (client[key]) {
|
if (client[key]) {
|
||||||
db[key] = client[key];
|
db[key] = client[key];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user