From 10326c041c412acf12cbbbf347f2d9edf00c070e Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Tue, 26 Jan 2016 20:14:54 +0100 Subject: [PATCH] another hotfix for post, similar issue --- core.lua | 2 +- post_frame.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core.lua b/core.lua index ed4d05e..be221f5 100644 --- a/core.lua +++ b/core.lua @@ -1,4 +1,4 @@ -AuxVersion = '2.3.0' +AuxVersion = '2.3.1' AuxAuthors = 'shirsig; Zerf; Zirco (Auctionator); Nimeral (Auctionator backport)' local lastRightClickAction = GetTime() diff --git a/post_frame.lua b/post_frame.lua index 54dcc3c..19d9103 100644 --- a/post_frame.lua +++ b/post_frame.lua @@ -356,8 +356,9 @@ function private.post_auctions() local charge_class = auction.charges or 0 auction.availability[charge_class] = auction.availability[charge_class] - (posted * (auction.charges and 1 or stack_size)) - refresh = true + selected_item = nil private.update_recommendation() + refresh = true end ) end