Thread: bXP Error
View Single Post
11-06-14, 07:04 AM   #4
Choonstertwo
A Chromatic Dragonspawn
 
Choonstertwo's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2011
Posts: 194
The part of the function that handles rested XP appears to be using the format function to format its numbers, so you should probably use that for the non-rested part as well.

Is the format function defined by the AddOn or is it using the global alias of string.format? The latter would be pointless.
  Reply With Quote