Mercurial > wow > inventory
comparison Core.lua @ 82:f885805da5d6
Added options to toggle the automatic refilling. This defaults to true.
Normalized property amount names; a move has a ?num? that must be moved and a location has a ?count? indicating the amount of items at that slot.
Target/source item verification should now be working properly for guilds.
When ?bank? is included in the local item count, we will skip trying to auto refill from this.
author | Zerotorescue |
---|---|
date | Thu, 06 Jan 2011 10:48:56 +0100 |
parents | 958aba5f3297 |
children | 3bec0ea44607 |
comparison
equal
deleted
inserted
replaced
81:58617c7827fa | 82:f885805da5d6 |
---|---|
32 auctionPricingAddon = "Auctioneer", | 32 auctionPricingAddon = "Auctioneer", |
33 itemCountAddon = "Altoholic", | 33 itemCountAddon = "Altoholic", |
34 craftingAddon = "AdvancedTradeSkillWindow", | 34 craftingAddon = "AdvancedTradeSkillWindow", |
35 minLocalStock = 20, | 35 minLocalStock = 20, |
36 alertBelowLocalMinimum = true, | 36 alertBelowLocalMinimum = true, |
37 autoRefill = true, | |
37 minGlobalStock = 60, | 38 minGlobalStock = 60, |
38 alertBelowGlobalMinimum = true, | 39 alertBelowGlobalMinimum = true, |
39 summaryThresholdShow = 10, | 40 summaryThresholdShow = 10, |
40 restockTarget = 60, | 41 restockTarget = 60, |
41 minCraftingQueue = 0.05, | 42 minCraftingQueue = 0.05, |