From b96f3c770ddfd1950a90be1eff83bbfe61b2c7cf Mon Sep 17 00:00:00 2001 From: pompachomp Date: Wed, 31 Mar 2010 12:53:45 -0400 Subject: [PATCH] changed a formatted string. --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datamine.lua b/Datamine.lua index de52bb8..be746b0 100644 --- a/Datamine.lua +++ b/Datamine.lua @@ -2493,7 +2493,7 @@ do tinsert(output, string.format(" Wrong quality: Q.%s - should be Q.%s.", QS[recipe.quality], QS[scan_data.quality])) end if found_problem then - tinsert(output, 1, string.format("%s: [[http://www.wowhead.com/?spell=%d|%d]]", recipe_name, spell_id, spell_id)) + tinsert(output, 1, string.format("%s: %d", recipe_name, spell_id, spell_id)) return tconcat(output, "\n") else return -- 1.7.9.5