diff 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
line wrap: on
line diff
--- a/Core.lua	Thu Jan 06 01:01:25 2011 +0100
+++ b/Core.lua	Thu Jan 06 10:48:56 2011 +0100
@@ -34,6 +34,7 @@
 				craftingAddon = "AdvancedTradeSkillWindow",
 				minLocalStock = 20,
 				alertBelowLocalMinimum = true,
+				autoRefill = true,
 				minGlobalStock = 60,
 				alertBelowGlobalMinimum = true,
 				summaryThresholdShow = 10,