View Single Post
05/01/14, 11:53 AM   #6
Iyanga
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 183
Originally Posted by Sharlikran View Post
Is there a way to get the item link from just the ItemID?
Lua Code:
  1. local link = GetLink(ItemID)
That is totally made up, but is there one that will do that?
No, because an itemId is just an id for an item template, not an id for an instance of an item. You can have multiple items with the same itemId in your bagpack.
  Reply With Quote