Mercurial > wow > itemauditor
comparison Core.lua @ 135:a529a4a4ccbe
I removed the persistent queue (Ticket 33) It caused to many bugs and was blocking me from getting other things done. I think its something that will get implemented again once I figure out the best way to do it.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sat, 02 Oct 2010 11:38:22 -0700 |
parents | 5eefa40e2a29 7f81764aa03a |
children | d3d5e82043d8 |
comparison
equal
deleted
inserted
replaced
133:5eefa40e2a29 | 135:a529a4a4ccbe |
---|---|
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 enabled_guilds = {}, | 71 enabled_guilds = {}, |
73 }, | 72 }, |
74 } | 73 } |
75 | 74 |
76 function ItemAuditor:OnInitialize() | 75 function ItemAuditor:OnInitialize() |