diff 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
line wrap: on
line diff
--- a/Core.lua	Sun Jan 09 17:52:02 2011 +0100
+++ b/Core.lua	Tue Jan 11 19:48:35 2011 +0100
@@ -33,6 +33,7 @@
 				minLocalStock = 20,
 				alertBelowLocalMinimum = true,
 				autoRefill = true,
+				autoRefillSkipConfirm = false,
 				minGlobalStock = 60,
 				alertBelowGlobalMinimum = true,
 				summaryThresholdShow = 10,