View Single Post
02-10-13, 02:26 PM   #2
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
There is a usable return in GetMerchantItemInfo. That might work better?
Code:
local name, texture, price, quantity, numAvailable, isUsable, extendedCost = GetMerchantItemInfo(index)
__________________
Grab your sword and fight the Horde!
  Reply With Quote