diff Modules/Utils.lua @ 101:53147a647e28

Converted the crafting threshold option to allow input instead of a drop down.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 19 Aug 2010 23:26:54 -0700
parents 4ec8611d9466
children
line wrap: on
line diff
--- a/Modules/Utils.lua	Thu Aug 19 23:22:53 2010 -0700
+++ b/Modules/Utils.lua	Thu Aug 19 23:26:54 2010 -0700
@@ -4,6 +4,7 @@
 function Utils.FormatMoney(copper, color, textOnly)
 	color = color or "|cFFFFFFFF"
 	local prefix = ""
+	copper = copper or 0
 	if copper < 0 then
 		prefix = "-"
 		copper = abs(copper)