diff Modules/Options.lua @ 68:2d65db19d3ce

Fixed a bug with the crafting threshold options. Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Wed, 28 Jul 2010 11:37:43 -0700
parents b6c30a5156f9
children c59d22fac6d1
line wrap: on
line diff
--- a/Modules/Options.lua	Wed Jul 28 07:35:14 2010 -0700
+++ b/Modules/Options.lua	Wed Jul 28 11:37:43 2010 -0700
@@ -81,10 +81,7 @@
 	return iter
 end
 
-function ItemAuditor:GetCraftingThreshold()
-	local key = ItemAuditor.db.char.crafting_threshold
-	return craftingThresholds[key]
-end
+
 
 function ItemAuditor:GetAuctionThreshold()
 	return ItemAuditor.db.char.auction_threshold