Hello frens is there a way to link a currency using a currency id like i would link a spell id
using C_Spell.GetSpellLink ?
this is what i use to print spells
local spell = "|T"..C_Spell.GetSpellTexture(372608)..":0|t" .. C_Spell.GetSpellLink(372608)
is there an equivalent for currencies?
thank you