no edit summary
({{wowapi}}, format) |
No edit summary |
||
| Line 2: | Line 2: | ||
Places the specified merchant item on the cursor. | Places the specified merchant item on the cursor. | ||
PickupMerchantItem(index); | 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== | ==Parameters== | ||
===Arguments=== | ===Arguments=== | ||
:;index : Number - The index of the item in the merchant's inventory. | :;index : Number - The index of the item in the merchant's inventory. | ||