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