From 44a353e4d7602bac587fecd795a16b04fee6af0d Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Sun, 29 Nov 2015 08:12:55 +0100 Subject: [PATCH] another post bugfix --- post_frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_frame.lua b/post_frame.lua index ec3dc9b..393765b 100644 --- a/post_frame.lua +++ b/post_frame.lua @@ -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