Mercurial > wow > itemauditor
view QueueSupport/ATSW.lua @ 159:fbfd9dfa6d2b tip
[mq]: minorStuff
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sun, 09 Jan 2011 07:38:22 -0800 |
parents | 47885ba83d38 |
children |
line wrap: on
line source
local function ATSWQueue(data) if ATSW_AddJobLL then ATSW_AddJobLL(data.skillName, data.queue) else print("Unable to find ATSW") end end IAapi.RegisterQueueDestination('ATSW', ATSWQueue)