diff Modules/Events.lua @ 13:8c83d5f6e306

OPTIONS! QuickAuctions is now an optional dependency. I have also added some configuration options for it. If you have QA but don't want IA to update your thresholds you can shut off the integration. I have also added other options so you can select your faction or the neutral AH and it will update the tooltip.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 02 Jul 2010 21:39:24 -0700
parents c79ede3c7b82
children 44e70a3fdb19
line wrap: on
line diff
--- a/Modules/Events.lua	Wed Jun 30 22:59:37 2010 -0700
+++ b/Modules/Events.lua	Fri Jul 02 21:39:24 2010 -0700
@@ -8,7 +8,7 @@
 	self:RegisterEvent("UNIT_SPELLCAST_START")
 	self:WatchBags()
 	
-	addon:ConvertItems()
+	-- addon:ConvertItems()
 end
  
  function addon:MAIL_SHOW()