View Single Post
05/03/20, 11:10 AM   #4
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
you could use LibItemLink to get your correct level and item level by using:
Lua Code:
  1. LIB_ITEM_LINK:BuildItemLink(itemId, itemQuality, itemLevel, itemChampionPoints, itemStyle, isCrafted, enchantId, enchantQuality, linkStyle)
  Reply With Quote