fix: purchasing multiples of a bundle (#379)

This commit is contained in:
Sainan 2024-06-23 14:58:35 +02:00 committed by GitHub
parent 93dce67037
commit 8aae246b48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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