1
0
Fork 0

Macros: Print when done with all auctions in current page

This commit is contained in:
pigmonkey 2011-06-10 19:57:05 -04:00
parent d72dd1d2d3
commit c59d191263
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ function mod:AuctionHouseBuyout()
-- no purchase made, buy selected
PlaceAuctionBid("list", selected, price)
self:Print("All auctions bought.")
end
end