fix: purchasing multiples of a bundle #379

Merged
Sainan merged 1 commits from multiple-bundles into main 2024-06-23 05:58:35 -07:00

View File

@ -91,7 +91,7 @@ const handleStoreItemAcquisition = async (
await handleStoreItemAcquisition(
component.typeName,
accountId,
component.purchaseQuantity,
component.purchaseQuantity * quantity,
component.durability
)
).InventoryChanges