improve: handle purchase quantity of gear items #389
@ -105,7 +105,7 @@ const handleStoreItemAcquisition = async (
|
|||||||
logger.debug(`store category ${storeCategory}`);
|
logger.debug(`store category ${storeCategory}`);
|
||||||
if (!ignorePurchaseQuantity) {
|
if (!ignorePurchaseQuantity) {
|
||||||
if (internalName in ExportGear) {
|
if (internalName in ExportGear) {
|
||||||
quantity *= (ExportGear[internalName].purchaseQuantity || 1);
|
quantity *= ExportGear[internalName].purchaseQuantity || 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch (storeCategory) {
|
switch (storeCategory) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user