Hello.
I'd like to remove the "Made by" line, from crafted items. I was surprised Leatrix doesn't have that option.
An addon called ItemTooltipCleaner used to remove that line, amongst many other handy things, but was abandoned a while back.
It's possible to put just this, into a LUA file (obviously with the TOC, in the creation of an addon):
ITEM_CREATED_BY=""
That works, but it doesn't seem to be the smoothest implementation.
Are there any tags / conditions, that would turn that single line into an addon and make it more robust.
It should load all the time, but should there not be a condition to tell it so?
Is that single line really the best way to implement the removal of the "Made by" line?
Thanks.
