View Single Post
02/06/17, 07:48 PM   #2
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
GetLootItemLink needs the lootId, not index:
Lua Code:
  1. local lootId, name = GetLootItemInfo(i)
  2. local link = GetLootItemLink(lootId)
  Reply With Quote