From d2d5429fb95b29139e582392b26699c1c7be06fe Mon Sep 17 00:00:00 2001 From: torhal Date: Thu, 11 Jun 2009 19:04:28 +0000 Subject: [PATCH] In giveDatamine(): Call tonumber(v) in scanspellid.set() so the recipe will be recognized. --- ARLConfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLConfig.lua b/ARLConfig.lua index c5b0a5c..05150f5 100644 --- a/ARLConfig.lua +++ b/ARLConfig.lua @@ -1326,7 +1326,7 @@ local function giveDatamine() name = L["Scan Spell ID"], desc = L["SCAN_SPELL_ID_DESC"], get = false, - set = function(info, v) addon:TooltipScanRecipe(v) end, + set = function(info, v) addon:TooltipScanRecipe(tonumber(v)) end, order = 80, }, scantrainers = { -- 1.7.9.5