View Single Post
09-03-19, 07:38 AM   #4
kernighan
A Cyclonian
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 45
Originally Posted by Kanegasi View Post
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)

great, thanks!
  Reply With Quote