Quote:
Originally Posted by steve
Found a bug using v1.9.
If a merchant only sells one item, it is not getting recorded in the sql generated. It just lists nothing for him in the generated sql.
Broker Fahaar in sharvahl only lists 'Wedding Band', but it's not recorded in the generated sql.
|
The reason the Wedding Bands he sells is not being recorded is because he only has a quantity of 5 in stock. To distinguish between proper merchant items and items that
players have sold to them, the extractor only includes items that the merchant has an infinite supply of (quantity of -1 in the item packet).
I don't really know of a way to fix this without including all items that players have sold to mechants.