forked from OpenWF/SpaceNinjaServer
fix: purchasing multiples of a bundle (#379)
This commit is contained in:
parent
93dce67037
commit
8aae246b48
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user