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(
|
public getItemMinAvgMaxFleaPriceValues(
|
||||||
getPriceRequest: IGetMarketPriceRequestData,
|
getPriceRequest: IGetMarketPriceRequestData,
|
||||||
ignoreTraderOffers = false,
|
ignoreTraderOffers = true,
|
||||||
): IGetItemPriceResult {
|
): IGetItemPriceResult {
|
||||||
// Get all items of tpl
|
// Get all items of tpl
|
||||||
const offers = this.ragfairOfferService.getOffersOfType(getPriceRequest.templateId);
|
const offers = this.ragfairOfferService.getOffersOfType(getPriceRequest.templateId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user