comparison 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
comparison
equal deleted inserted replaced
12:6a6296dd249f 13:8c83d5f6e306
6 function addon:PLAYER_ENTERING_WORLD() 6 function addon:PLAYER_ENTERING_WORLD()
7 self:RegisterEvent("MAIL_SHOW") 7 self:RegisterEvent("MAIL_SHOW")
8 self:RegisterEvent("UNIT_SPELLCAST_START") 8 self:RegisterEvent("UNIT_SPELLCAST_START")
9 self:WatchBags() 9 self:WatchBags()
10 10
11 addon:ConvertItems() 11 -- addon:ConvertItems()
12 end 12 end
13 13
14 function addon:MAIL_SHOW() 14 function addon:MAIL_SHOW()
15 self:Debug("MAIL_SHOW") 15 self:Debug("MAIL_SHOW")
16 self.lastMailScan = self:ScanMail() 16 self.lastMailScan = self:ScanMail()