EXPERIMENTAL, dont include trader offers in avg/min/max calculation
This commit is contained in:
parent
c7ae2823cd
commit
ff159809dd
@ -310,7 +310,7 @@ export class RagfairController {
|
||||
*/
|
||||
public getItemMinAvgMaxFleaPriceValues(
|
||||
getPriceRequest: IGetMarketPriceRequestData,
|
||||
ignoreTraderOffers = false,
|
||||
ignoreTraderOffers = true,
|
||||
): IGetItemPriceResult {
|
||||
// Get all items of tpl
|
||||
const offers = this.ragfairOfferService.getOffersOfType(getPriceRequest.templateId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user