View Single Post
01/30/16, 02:19 PM   #3
Agathorn
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 7
Originally Posted by Shinni View Post
GetLootItemLink expects the lootID instead of the lootIndex.
To get the lootID, you can use GetLootItemInfo:

Lua Code:
  1. GetLootItemLink( GetLootItemInfo( lootIndex ), LINK_STYLE_DEFAULT )
I already have the lootId. That is what I am passing in.
  Reply With Quote