From 2123282cc9f2ca96f3a5453afbda8fc0f52be6d0 Mon Sep 17 00:00:00 2001 From: torhal Date: Wed, 3 Jun 2009 22:02:28 +0000 Subject: [PATCH] Added "Profession: " keys to recipenames table. --- ARLDatamine.lua | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 82e5669..14e4088 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -452,7 +452,7 @@ function addon:TooltipScanDatabase() if link then ARLDatamineTT:SetHyperlink(link) - self:ScanToolTip(name,recipelist,reverselookup) + self:ScanToolTip(itemName,recipelist,reverselookup) else addon:Print("Missing RecipeLink for ID " .. i .. " - " .. name .. " (If these are DK abilities, don't worry, that's normal.") end @@ -478,8 +478,20 @@ local recipenames = { ["Schematic: "] = true, -- First Aid ["Manual: "] = true, + + ["Alchemy: "] = true, + ["Blacksmithing: "] = true, + ["Cooking: "] = true, + ["Enchanting: "] = true, + ["Engineering: "] = true, + ["First Aid: "] = true, + ["Inscription: "] = true, + ["Jewelcrafting: "] = true, + ["Leatherworking: "] = true, + ["Tailoring: "] = true, } + local specialtytext = { ["Requires Spellfire Tailoring"] = 26797, ["Requires Mooncloth Tailoring"] = 26798, -- 1.7.9.5