
|
If you were logged in you would be able to see more operations.
|
|
|
|
Ignore button currently sends a command to ItemPrice filter to ignore auctions with price >= 1c. Problem is that's price-per-item.
Where an auction has a large stack size and low price, price/size may be less than 1c, and so will not be filtered.
Change: use value of 0c instead.
|
|
Description
|
Ignore button currently sends a command to ItemPrice filter to ignore auctions with price >= 1c. Problem is that's price-per-item.
Where an auction has a large stack size and low price, price/size may be less than 1c, and so will not be filtered.
Change: use value of 0c instead. |
Show » |
|