FURTHER cleanup of TraderHelper now persistPurchaseDataInProfile
was removed
This commit is contained in:
parent
4e80fa6aae
commit
5595e1d31f
@ -94,11 +94,8 @@ export class TradeHelper
|
||||
buyRequestData.item_id,
|
||||
buyCount,
|
||||
);
|
||||
}
|
||||
|
||||
// Decrement trader item count
|
||||
if (assortHasBuyRestrictions)
|
||||
{
|
||||
// Decrement trader item count
|
||||
const itemPurchaseDetails = {
|
||||
items: [{ itemId: buyRequestData.item_id, count: buyCount }],
|
||||
traderId: buyRequestData.tid,
|
||||
|
Loading…
x
Reference in New Issue
Block a user