Disable use of sorting table when buying from flea/trader/fence - fixes client error

This commit is contained in:
Dev 2024-01-19 09:08:11 +00:00
parent 0d4fdf11e3
commit c96b177416

View File

@ -207,7 +207,7 @@ export class TradeHelper
itemWithModsToAdd: this.itemHelper.reparentItemAndChildren(offerItems[0], offerItems), itemWithModsToAdd: this.itemHelper.reparentItemAndChildren(offerItems[0], offerItems),
foundInRaid: foundInRaid, foundInRaid: foundInRaid,
callback: buyCallback, callback: buyCallback,
useSortingTable: true useSortingTable: false
}; };
// Add item + children to stash // Add item + children to stash