Mercurial > wow > itemauditor
view QueueSupport/GnomeWorks.lua @ 152:cbb427a8d5a5
Fixed a bug where your equipped items were not counted as items in your inventory. If you replaced an equipped item and one of them had a cost associated, it would transfer the value between the two.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Mon, 29 Nov 2010 11:25:55 -0800 |
parents | 47885ba83d38 |
children |
line wrap: on
line source
local function GnomeWorksQueue(data) if GnomeWorks then GnomeWorks:ShowQueueList() GnomeWorks:AddToQueue(GnomeWorks.player, data.tradeSkillIndex, data.recipeID, data.queue) else print("Unable to find GnomeWorks") end end IAapi.RegisterQueueDestination('GnomeWorks', GnomeWorksQueue)