diff Core.lua @ 111:1cb0027da35c

Added an absolute Auction Threshold option. This will allow you to set your threshold at 10g (or whatever you choose) over your cost for all items.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Mon, 30 Aug 2010 19:52:41 -0700
parents c59d22fac6d1
children 619ee0a1ff3b
line wrap: on
line diff
--- a/Core.lua	Mon Aug 30 12:02:17 2010 -0700
+++ b/Core.lua	Mon Aug 30 19:52:41 2010 -0700
@@ -48,6 +48,7 @@
 		use_quick_auctions = false,
 		profitable_threshold = 10000,
 		auction_threshold = 0.15,
+		auction_threshold_value = 0,
 		qa_extra = 0,
 		output_chat_frame = nil,
 		cod_warnings = true,