another post bugfix
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ function Aux.sell.post_auctions()
|
||||
end
|
||||
end
|
||||
Aux.sell.clear_auction()
|
||||
auction.aux_quantity = auction.aux_quantity - (posted * stack_count)
|
||||
auction.aux_quantity = auction.aux_quantity - (posted * stack_size)
|
||||
private.parse_inventory()
|
||||
report(hyperlink, stack_size, buyout_price, posted)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user