Method AuctionHouse:PlaceBid [-] [+]
Places a remote bid or performs a buyout for an auction entry, bypassing distance/NPC checks. @return bool - True if the bid was successfully processed and saved to the database.
Synopsis
AuctionHouse:PlaceBid( player, auctionId, price )
Arguments
laye player- See method description.
number auctionIdValid numbers: integers from 0 to 4,294,967,295.
number priceValid numbers: integers from 0 to 4,294,967,295.
Returns
Nothing.