WoW:API BuyMerchantItem

From AddOn Studio
Revision as of 12:59, 27 August 2005 by WoWWiki>Inglais
Jump to navigation Jump to search
BuyMerchantItem -Documentation by Fenaoin-
BuyMerchantItem(index {, quantity});

Buys the specified item.


Arguments
(index {, quantity})
index
Number - The index of the item in the merchant's inventory
quantity
Number - Optional quantity to buy

Returns
nothing

Details
If the item is sold in stacks, the quantity specifies how many stacks will be bought.

Template:WoW API