View Single Post
09-03-19, 04:09 AM   #3
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
I'm unfamiliar with the idiosyncrasies of how Lua worked back then. There was a TEXT function that was only there to feed it a string variable and spit it out as a return. Just remove it.

Code:
rank_suffix = format(PARENS_TEMPLATE, rank_suffix)
  Reply With Quote