Mercurial > wow > itemauditor
view QueueSupport/ATSW.lua @ 151:e06bf0b64caa
Added tag Release 2010-10-30 for changeset 47885ba83d38
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Sat, 30 Oct 2010 15:14:55 -0700 |
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)