another post bugfix

This commit is contained in:
Manuel Simon Hirsig
2015-11-29 08:12:55 +01:00
parent 9124a0c1ac
commit 44a353e4d7
+1 -1
View File
@@ -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