返回提交历史
Modified
src/services/purchaseService.ts
+1
-1
XFEstudio/XFESpaceNinjaServer
fix: purchasing multiples of a bundle (#379)
8aae246b
代码差异
1 个文件
+1
-1
@@ -91,7 +91,7 @@ const handleStoreItemAcquisition = async (
91
91
await handleStoreItemAcquisition(
92
92
component.typeName,
93
93
accountId,
94
component.purchaseQuantity,
94
component.purchaseQuantity * quantity,
95
95
component.durability
96
96
)
97
97
).InventoryChanges