fix: purchasing multiples of a bundle

This commit is contained in:
Sainan 2024-06-23 01:01:44 +02:00
parent 93dce67037
commit 0b5c3ec789

View File

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