comparison Core.lua @ 134:7f81764aa03a

Backed out changeset 451d8a19edea
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 30 Sep 2010 17:43:43 -0700
parents 451d8a19edea
children a529a4a4ccbe
comparison
equal deleted inserted replaced
128:451d8a19edea 134:7f81764aa03a
66 factionrealm = { 66 factionrealm = {
67 item_account = {}, 67 item_account = {},
68 items = {}, 68 items = {},
69 outbound_cod = {}, 69 outbound_cod = {},
70 mailbox = {}, 70 mailbox = {},
71 queue = {}
72 }, 71 },
73 } 72 }
74 73
75 function ItemAuditor:OnInitialize() 74 function ItemAuditor:OnInitialize()
76 self.db = LibStub("AceDB-3.0"):New("ItemAuditorDB", ItemAuditor.DB_defaults, true) 75 self.db = LibStub("AceDB-3.0"):New("ItemAuditorDB", ItemAuditor.DB_defaults, true)