Mercurial > wow > inventory
comparison Core.lua @ 101:6ae44d372360
The confirmation window when refilling from the (guild) bank is enabled can now be skipped at the general config. It defaults to false.
Added a window displaying a list of movable items when at least one is available at the (guild) bank.
Resetting the queue when closing the storage.
author | Zerotorescue |
---|---|
date | Tue, 11 Jan 2011 19:48:35 +0100 |
parents | 252292b703ce |
children | d3fbb5676a5e |
comparison
equal
deleted
inserted
replaced
100:dbb239fcc91b | 101:6ae44d372360 |
---|---|
31 itemCountAddon = "Altoholic", | 31 itemCountAddon = "Altoholic", |
32 craftingAddon = "AdvancedTradeSkillWindow", | 32 craftingAddon = "AdvancedTradeSkillWindow", |
33 minLocalStock = 20, | 33 minLocalStock = 20, |
34 alertBelowLocalMinimum = true, | 34 alertBelowLocalMinimum = true, |
35 autoRefill = true, | 35 autoRefill = true, |
36 autoRefillSkipConfirm = false, | |
36 minGlobalStock = 60, | 37 minGlobalStock = 60, |
37 alertBelowGlobalMinimum = true, | 38 alertBelowGlobalMinimum = true, |
38 summaryThresholdShow = 10, | 39 summaryThresholdShow = 10, |
39 restockTarget = 60, | 40 restockTarget = 60, |
40 minCraftingQueue = 0.05, | 41 minCraftingQueue = 0.05, |