diff --git a/src/services/purchaseService.ts b/src/services/purchaseService.ts index 9fb4a675..6f55bad0 100644 --- a/src/services/purchaseService.ts +++ b/src/services/purchaseService.ts @@ -91,7 +91,7 @@ const handleStoreItemAcquisition = async ( await handleStoreItemAcquisition( component.typeName, accountId, - component.purchaseQuantity, + component.purchaseQuantity * quantity, component.durability ) ).InventoryChanges