Mercurial > wow > inventory
changeset 226:7cb41031cae7
Fixed a typo.
author | Zerotorescue |
---|---|
date | Mon, 07 Feb 2011 18:46:36 +0100 |
parents | 2e4e52a589e5 |
children | bfbb60b09a7d |
files | Plugins/CraftingAddons/GnomeWorks.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/CraftingAddons/GnomeWorks.lua Mon Feb 07 15:06:41 2011 +0100 +++ b/Plugins/CraftingAddons/GnomeWorks.lua Mon Feb 07 18:46:36 2011 +0100 @@ -13,7 +13,7 @@ local function Queue(tradeSkillIndex, amount) local link = GetTradeSkillRecipeLink(tradeSkillIndex); local recipeId = tonumber(link:match("enchant:(%d+)")); - . + return GnomeWorks:AddToQueue(GnomeWorks.player, GnomeWorks.tradeID, recipeId, amount); end