Mercurial > wow > itemauditor
view QueueSupport/ATSW.lua @ 156:d108b0112be3
I removed all of the vellums that were removed from the game. This also allowed me to make the one remaining vellum count toward the materials required to craft a scroll.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Fri, 10 Dec 2010 00:48:20 -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)