Open ryllae opened 4 years ago
Actually, the bug is more insidious than just a missing update. Orders that are purchased aren't disappearing from the search. EVER.
This is has some more annoying effects: List quantity 3 of an item, buy 1. Search shows 3 are still available, but another order fails for N=3 (would succeed for N=2). After which, 3 are always shown on the market, but no orders can ever succeed on it.
as noted in #105, market code is still incomplete. this is just another item which will need attention later on, as it isnt affecting 'basic' gameplay at this time.
while testing market rewrite, i could not reproduce this.
After purchasing an item from the local market, the item remains in the market window. Attempting to buy it again gives a "no such order found", but purchases should refresh the window?