Mercurial > wow > itemauditor
comparison Core.lua @ 70:3930518cb8d9
Added a public API so other addon developers can register themselves as a queue destination and added a UI so users can select that destination.
| author | Asa Ayers <Asa.Ayers@Gmail.com> |
|---|---|
| date | Wed, 28 Jul 2010 22:19:38 -0700 |
| parents | 2d65db19d3ce |
| children | aaf9a155995b |
comparison
equal
deleted
inserted
replaced
| 69:4ae431c98059 | 70:3930518cb8d9 |
|---|---|
| 56 messages = { | 56 messages = { |
| 57 cost_updates = true, | 57 cost_updates = true, |
| 58 queue_skip = false, | 58 queue_skip = false, |
| 59 }, | 59 }, |
| 60 ItemAuditor_enabled = true, | 60 ItemAuditor_enabled = true, |
| 61 -- This is for development, so I have no plans to turn it into an option. | 61 queue_destination = nil, |
| 62 show_debug_frame_on_startup = false, | |
| 63 }, | 62 }, |
| 64 factionrealm = { | 63 factionrealm = { |
| 65 item_account = {}, | 64 item_account = {}, |
| 66 items = {}, | 65 items = {}, |
| 67 outbound_cod = {}, | 66 outbound_cod = {}, |
