WoW:API GetMerchantItemMaxStack: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(Corrected fact that this function only doesn't work for items that sell in stacks.)
Line 16: Line 16:
== Note ==
== Note ==


This does not seem to work as of patch 2.3 (always returns 1). Try GetItemInfo() instead.
This does not seem to work properly as of patch 2.3, and always returns 1 for items that sell in stacks (such as arrows). Try GetItemInfo() instead.

Revision as of 05:46, 2 February 2008

WoW API < GetMerchantItemMaxStack


Gets the maximum stack size for an item from the active merchant.

maxStack = GetMerchantItemMaxStack(index)


Arguments

index
Number - The index of the item in the merchant's inventory.


Returns

maxStack
Number - The maximum stack size for the item.


Note

This does not seem to work properly as of patch 2.3, and always returns 1 for items that sell in stacks (such as arrows). Try GetItemInfo() instead.