Mercurial > wow > itemauditor
comparison Core.lua @ 71:aaf9a155995b
Added a config option to control how many extra copies of an item are created if its being managed with QA. The previous behaveior was to add 25% to whatever QA would normally post. Now it defaults to 0% and is user configurable.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Wed, 28 Jul 2010 22:46:13 -0700 |
parents | 3930518cb8d9 |
children | 8e9beb8a0330 |
comparison
equal
deleted
inserted
replaced
70:3930518cb8d9 | 71:aaf9a155995b |
---|---|
48 char = { | 48 char = { |
49 ah = 1, | 49 ah = 1, |
50 use_quick_auctions = false, | 50 use_quick_auctions = false, |
51 crafting_threshold = 1, | 51 crafting_threshold = 1, |
52 auction_threshold = 0.15, | 52 auction_threshold = 0.15, |
53 qa_extra = 0, | |
53 output_chat_frame = nil, | 54 output_chat_frame = nil, |
54 }, | 55 }, |
55 profile = { | 56 profile = { |
56 messages = { | 57 messages = { |
57 cost_updates = true, | 58 cost_updates = true, |