From dfb9b9624482431c4e4463107b63ca8edd685d46 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 5 Jun 2009 17:16:17 +0000 Subject: [PATCH] Some debug output. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 0bcf6dc..3382ca2 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -382,7 +382,6 @@ local spellitem = { [15295] = 11615, [15296] = 11612, [15596] = 11813, - [15596] = 11813, [15628] = 11828, [15633] = 11827, [15853] = 12227, @@ -1969,6 +1968,7 @@ function addon:TooltipScanRecipe(spellid) -- We have a reverse look-up for the item which creates the spell (aka the recipe itself) if (spellitem[spellid]) then + self:Print(spellitem[spellid]) ARLDatamineTT:SetHyperlink("item:" .. spellitem[spellid] .. ":0:0:0:0:0:0:0") self:ScanToolTip(name,recipelist,reverselookup,false) end -- 1.7.9.5