fix: purchasing multiples of a bundle #379
@ -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