view QueueSupport/ATSW.lua @ 154:090e466fd956 Release 2010-12-09

Fixed a bug that caused an error if you had a crafting rule that doesn't include a bonus.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 09 Dec 2010 22:03:48 -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)