Mercurial > wow > itemauditor
comparison QueueSupport/GnomeWorks.lua @ 150:47885ba83d38 Release 2010-10-30
Removed some debugging code that caused characters on your own account to use the cross-account mail.
Addes support GnomeWorks and ATSW queues.
| author | Asa Ayers <Asa.Ayers@Gmail.com> |
|---|---|
| date | Mon, 18 Oct 2010 19:25:44 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 149:c949a0f26d9e | 150:47885ba83d38 |
|---|---|
| 1 local function GnomeWorksQueue(data) | |
| 2 if GnomeWorks then | |
| 3 GnomeWorks:ShowQueueList() | |
| 4 GnomeWorks:AddToQueue(GnomeWorks.player, data.tradeSkillIndex, data.recipeID, data.queue) | |
| 5 else | |
| 6 print("Unable to find GnomeWorks") | |
| 7 end | |
| 8 end | |
| 9 IAapi.RegisterQueueDestination('GnomeWorks', GnomeWorksQueue) |
