Rounded flea offers requirementsCost to nearest int

(cherry picked from commit de53abf002)
This commit is contained in:
Dev 2024-07-24 09:26:08 +01:00
parent 6e07932aaa
commit e565bb03cd

View File

@ -148,7 +148,7 @@ export class RagfairOfferGenerator {
items: itemsClone,
itemsCost: Math.round(this.handbookHelper.getTemplatePrice(items[0]._tpl)), // Handbook price
requirements: offerRequirements,
requirementsCost: singleItemListingPrice,
requirementsCost: Math.round(singleItemListingPrice),
summaryCost: roubleListingPrice,
startTime: time,
endTime: this.getOfferEndTime(userID, time),