Mercurial > wow > itemauditor
comparison Core.lua @ 128:451d8a19edea
Ticket 33 - Implemented a persistent queue. This allows the crafting queue to be seen even if your tradeskills aren't open and allows you to mix all of your tradeskills into a single queue.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Thu, 02 Sep 2010 23:59:09 -0700 |
parents | f7efbd879062 |
children | 0eaec1b52a63 7f81764aa03a |
comparison
equal
deleted
inserted
replaced
127:4f26dc55455d | 128:451d8a19edea |
---|---|
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 = {} | |
71 }, | 72 }, |
72 } | 73 } |
73 | 74 |
74 function ItemAuditor:OnInitialize() | 75 function ItemAuditor:OnInitialize() |
75 self.db = LibStub("AceDB-3.0"):New("ItemAuditorDB", ItemAuditor.DB_defaults, true) | 76 self.db = LibStub("AceDB-3.0"):New("ItemAuditorDB", ItemAuditor.DB_defaults, true) |