View Single Post
08-18-18, 08:26 AM   #6
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Hi,
thanks for your answer ... it works nicely but it supposes that we always wear the artifact neck ( HEART OF AZEROTH



This happens when I change it , for another set for example .
So I was looking for a specific "azerite" function that give me back the name of the azerite artifact like the old one works before:

Lua Code:
  1. local _, _, ArtName,ArtIcon,ArtPower,ArtPointsSpent ,  _, _, _, _, _, _, artifactTier = C_ArtifactUI.GetEquippedArtifactInfo();

Btw thanks for the input. It is much appreciated.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote