diff Modules/Options.lua @ 109:c59d22fac6d1

Added an option to enable the COD warning under /ia options > Messages > COD Warning. This is on by default.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 27 Aug 2010 19:08:15 -0700
parents 2d65db19d3ce
children
line wrap: on
line diff
--- a/Modules/Options.lua	Tue Aug 24 22:40:07 2010 -0700
+++ b/Modules/Options.lua	Fri Aug 27 19:08:15 2010 -0700
@@ -134,6 +134,15 @@
 			disabled = 'IsQADisabled',
 			order = 1,
 		},
+		cod_warning = {
+			type = "toggle",
+			name = "COD Warning",
+			desc = "This will warn you to attach the correct COD amount if you are mailing items to another account",
+			get = function() return ItemAuditor.db.char.cod_warnings end,
+			set = function(info, value) ItemAuditor.db.char.cod_warnings = value end,
+			disabled = 'IsQADisabled',
+			order = 1,
+		},
 		output = {
 			type = "select",
 			name = "Output",