View Single Post
02-18-15, 06:06 PM   #2
Banknorris
A Chromatic Dragonspawn
 
Banknorris's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 153
Code:
/run MerchantFrame_SetFilter(MerchantFrame,1)for i=1,GetMerchantNumItems()do if GetMerchantItemInfo(i)=="XXXXXXXX"then BuyMerchantItem(i)end end
Replace XXXXXXXX by the name of your item (keep quotes).
  Reply With Quote