significantly changed the buying mechanism
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user