Remove redundant call to incrementAssortBuyCount()

This commit is contained in:
Dev 2024-03-30 13:30:36 +00:00
parent 5595e1d31f
commit f365f979c4

View File

@ -101,9 +101,6 @@ export class TradeHelper
traderId: buyRequestData.tid,
};
this.traderHelper.addTraderPurchasesToPlayerProfile(sessionID, itemPurchaseDetails, itemPurchased);
// Increment non-fence trader item buy count
this.incrementAssortBuyCount(itemPurchased, buyCount);
}
};