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(
 | 
			
		||||
                        component.typeName,
 | 
			
		||||
                        accountId,
 | 
			
		||||
                        component.purchaseQuantity,
 | 
			
		||||
                        component.purchaseQuantity * quantity,
 | 
			
		||||
                        component.durability
 | 
			
		||||
                    )
 | 
			
		||||
                ).InventoryChanges
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user