changeset 119:3854c682bb4a

Cosmetic
author contrebasse
date Sun, 19 Jun 2011 20:29:07 +0200
parents c32d6bf6cfc1
children 20d389b26b19
files Craft.lua
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Craft.lua	Sun Jun 19 13:05:52 2011 +0200
+++ b/Craft.lua	Sun Jun 19 20:29:07 2011 +0200
@@ -55,7 +55,6 @@
 	else -- Many recipes are known for this item, or it is not a standard tradeskill display them all
 		A.externalCraftWindow(reagentID,reagentIndexInRecipe)
 	end -- if
-	--A.RestoreActiveFilters()
 end -- function
 
 -- Launch the procedure for a standard recipe
@@ -150,7 +149,7 @@
 	A.SaveActiveFilters(recipeData.header)
 
 	-- Find recipe index
-	local reagentIndex = A.findExactSkillIndex(reagentID,recipeData.spellLink) -- finds only the first recipe that creates the reagent, should check recipe name too
+	local reagentIndex = A.findExactSkillIndex(reagentID,recipeData.spellLink)
 
 	-- Error if not found
 	if not reagentIndex then