another hotfix for post, similar issue

This commit is contained in:
Manuel Simon Hirsig
2016-01-26 20:14:54 +01:00
parent 33ee01828a
commit 10326c041c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
AuxVersion = '2.3.0'
AuxVersion = '2.3.1'
AuxAuthors = 'shirsig; Zerf; Zirco (Auctionator); Nimeral (Auctionator backport)'
local lastRightClickAction = GetTime()
+2 -1
View File
@@ -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