Mercurial > wow > itemauditor
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 110:cf160210433c | 111:1cb0027da35c |
|---|---|
| 46 char = { | 46 char = { |
| 47 ah = 1, | 47 ah = 1, |
| 48 use_quick_auctions = false, | 48 use_quick_auctions = false, |
| 49 profitable_threshold = 10000, | 49 profitable_threshold = 10000, |
| 50 auction_threshold = 0.15, | 50 auction_threshold = 0.15, |
| 51 auction_threshold_value = 0, | |
| 51 qa_extra = 0, | 52 qa_extra = 0, |
| 52 output_chat_frame = nil, | 53 output_chat_frame = nil, |
| 53 cod_warnings = true, | 54 cod_warnings = true, |
| 54 }, | 55 }, |
| 55 profile = { | 56 profile = { |
