significantly changed the buying mechanism

This commit is contained in:
Manuel Simon Hirsig
2015-10-01 02:22:36 +02:00
parent 6d0ccf3eb4
commit 69f334cedc
4 changed files with 156 additions and 63 deletions
+5 -6
View File
@@ -196,9 +196,8 @@ function Aux_OnAuctionHouseClosed()
Aux.post.stop()
Aux.stack.stop()
if not Aux.scan.idle() then
Aux.scan.abort()
end
Aux.buy.exit()
Aux.scan.abort()
AuxOptionsButtonPanel:Hide()
AuxOptionsFrame:Hide()
@@ -218,9 +217,9 @@ function Aux_AuctionFrameTab_OnClick(index)
Aux.post.stop()
Aux.stack.stop()
if not Aux.scan.idle() then
Aux.scan.abort()
end
Aux.buy.exit()
Aux.scan.abort()
AuxSellPanel:Hide()
AuxBuyPanel:Hide()