Affiliations
This commit is contained in:
parent
2baeae4b06
commit
4a78999aec
@ -180,6 +180,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
|
||||
if (client.CurrentLoadOutIds) {
|
||||
db.CurrentLoadOutIds = client.CurrentLoadOutIds;
|
||||
}
|
||||
if (client.Affiliations) {
|
||||
db.Affiliations = client.Affiliations;
|
||||
}
|
||||
if (client.InfestedFoundry) {
|
||||
db.InfestedFoundry = convertInfestedFoundry(client.InfestedFoundry);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user