Mercurial > wow > inventory
comparison Core.lua @ 220:c04257b42b03
bonusQueue should be 10% by default again.
summaryThresholdShow is now 10.000% by default.
author | Zerotorescue |
---|---|
date | Mon, 07 Feb 2011 00:03:06 +0100 |
parents | ca05b8ade1ea |
children | 2e4e52a589e5 |
comparison
equal
deleted
inserted
replaced
219:5f5453e6cdc4 | 220:c04257b42b03 |
---|---|
56 alertBelowGlobalMinimum = true, | 56 alertBelowGlobalMinimum = true, |
57 | 57 |
58 -- Queueing | 58 -- Queueing |
59 restockTarget = 40, | 59 restockTarget = 40, |
60 minCraftingQueue = 0.05, | 60 minCraftingQueue = 0.05, |
61 bonusQueue = 100, -- 10.000% | 61 bonusQueue = 0.1, |
62 priceThreshold = 0, | 62 priceThreshold = 0, |
63 | 63 |
64 -- Summary | 64 -- Summary |
65 summaryThresholdShow = 10, | 65 summaryThresholdShow = 100, -- 10.000% |
66 summaryHidePriceThreshold = false, | 66 summaryHidePriceThreshold = false, |
67 | 67 |
68 -- Global (can't be overridden) | 68 -- Global (can't be overridden) |
69 minimapIcon = true, | 69 minimapIcon = true, |
70 hideHelp = false, | 70 hideHelp = false, |