Thread: SyncUI help
View Single Post
08-16-17, 10:41 AM   #6
syncrow
A Flamescale Wyrmkin
 
syncrow's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 149
Originally Posted by cbdgv View Post
hi,Modified no change
Like I said, you might have to figure out the "artifact relic" localized string for your client language.

Lua Code:
  1. local isRelic = select(7, GetItemInfo(itemLink)) == EJ_LOOT_SLOT_FILTER_ARTIFACT_RELIC and true or false;

This should also mark every artifact relic as potential "Equip", if you might wonder why the relics will be handled like weapons / Armor
__________________

Last edited by syncrow : 08-16-17 at 10:46 AM.
  Reply With Quote