m
Move page script moved page API GetMerchantItemMaxStack to WoW:API GetMerchantItemMaxStack without leaving a redirect
(Added GetMerchantItemMaxStack based on the FrameXML code.) |
m (Move page script moved page API GetMerchantItemMaxStack to WoW:API GetMerchantItemMaxStack without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 12: | Line 12: | ||
== Returns == | == Returns == | ||
:;maxStack : Number - The maximum stack size for the item. | :;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. | |||