diff Modules/Crafting.lua @ 93:693f664aad2b

Added '/ia snatch'. This new command works with your queue (/ia crafting) to replace your snatch list with the materials you need for crafting. NOTE: Auctioneer requires visiting the AH before you can modify the snatch list.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Wed, 11 Aug 2010 22:16:59 -0700
parents 8d5ad3b71f6f
children 4ec8611d9466
line wrap: on
line diff
--- a/Modules/Crafting.lua	Wed Aug 11 21:09:59 2010 -0700
+++ b/Modules/Crafting.lua	Wed Aug 11 22:16:59 2010 -0700
@@ -385,6 +385,7 @@
 					local reagentLink = GetTradeSkillReagentItemLink(i, reagentId)
 					
 					reagents[reagentId] = {
+						link = reagentLink,
 						name = reagentName,
 						count = reagentCount,
 						price = self:GetReagentCost(reagentLink, reagentCount),