WoW:API PickupMerchantItem: Difference between revisions

m
Move page script moved page API PickupMerchantItem to WoW:API PickupMerchantItem without leaving a redirect
No edit summary
m (Move page script moved page API PickupMerchantItem to WoW:API PickupMerchantItem without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
  PickupContainerItem(bag, slot)
  PickupContainerItem(bag, slot)
  PickupMerchantItem(0)
  PickupMerchantItem(0)
As of patch 2.3 using this function to sell stacks of items does not work, instead it fails silently.  Selling unstacked items work, so unstacking and selling items one by one is an alternative.
Blizzard is aware of this issue: [http://forums.worldofwarcraft.com/thread.html?topicId=2855994059#12 http://forums.worldofwarcraft.com/thread.html?topicId=2855994059#12]


==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.
Anonymous user