View Single Post
12-30-17, 06:10 PM   #3
Marsgames
An Aku'mai Servant
 
Marsgames's Avatar
Join Date: Jul 2016
Posts: 33
I'm trying to have a table of itemLinks of all items that are equipped. My addon check if an item looted is better than an item equipped, but because of items are not cached, when I do GetInventoryItemLink it adds an itemString into my table, and when I do a GetItemInfo on this item to compare the looted one with the equipped one, I got a an error "Usage: GetItemInfo(itemID | "name" | "itemlink")"
  Reply With Quote