Disable use of sorting table when buying from flea/trader/fence - fixes client error
This commit is contained in:
parent
0d4fdf11e3
commit
c96b177416
@ -207,7 +207,7 @@ export class TradeHelper
|
||||
itemWithModsToAdd: this.itemHelper.reparentItemAndChildren(offerItems[0], offerItems),
|
||||
foundInRaid: foundInRaid,
|
||||
callback: buyCallback,
|
||||
useSortingTable: true
|
||||
useSortingTable: false
|
||||
};
|
||||
|
||||
// Add item + children to stash
|
||||
|
Loading…
Reference in New Issue
Block a user