From e3f78a7a30b7e5adef35fb4f8200fdd521d91e9e Mon Sep 17 00:00:00 2001 From: pschifferer Date: Thu, 26 Feb 2009 01:16:39 +0000 Subject: [PATCH] Made the skill learner actually record the reagent index, so that reagent tooltips would work properly. --- CauldronTradeskill.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/CauldronTradeskill.lua b/CauldronTradeskill.lua index 8e4bf28..9fcc89d 100644 --- a/CauldronTradeskill.lua +++ b/CauldronTradeskill.lua @@ -145,6 +145,7 @@ function Cauldron:UpdateSkills() end local r = { + ["index"] = j, ["name"] = rName, ["numRequired"] = rCount, ["skillIndex"] = i, -- 1.7.9.5