diff --git a/src/services/inventoryService.ts b/src/services/inventoryService.ts index 0d17a30d..cf48a47e 100644 --- a/src/services/inventoryService.ts +++ b/src/services/inventoryService.ts @@ -910,7 +910,7 @@ export const updateStandingLimit = ( // TODO: AffiliationMods support (Nightwave). export const updateGeneric = async (data: IGenericUpdate, accountId: string): Promise => { - const inventory = await getInventory(accountId); + const inventory = await getInventory(accountId, "NodeIntrosCompleted MiscItems"); // Make it an array for easier parsing. if (typeof data.NodeIntrosCompleted === "string") {