WoW API: PickupMerchantItem
Jump to navigation
Jump to search
← WoW API < PickupMerchantItem
Places the specified merchant item on the cursor.
PickupMerchantItem(index);
Interesting thing is this function can be used to drop an item to the merchant as well. This will happen if the cursor already holds an item from player's bag:
PickupContainerItem(bag, slot) PickupMerchantItem(0)
Parameters
Arguments
- index
- Number - The index of the item in the merchant's inventory.