import FocusUpgrades
This commit is contained in:
parent
f27ef27be5
commit
9d25302ffe
@ -183,6 +183,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
|
||||
if (client.Affiliations) {
|
||||
db.Affiliations = client.Affiliations;
|
||||
}
|
||||
if (client.FocusUpgrades) {
|
||||
db.FocusUpgrades = client.FocusUpgrades;
|
||||
}
|
||||
if (client.InfestedFoundry) {
|
||||
db.InfestedFoundry = convertInfestedFoundry(client.InfestedFoundry);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user