WoW:API BuyMerchantItem

From AddOn Studio
Revision as of 04:03, 13 January 2005 by WoWWiki>Fenaoin (Buys the specified item)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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