From 751dfef9da030f395c79fc7eb4c4e2bd22302702 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 14 Mar 2010 23:10:28 -0400 Subject: [PATCH] Revert last commit. It helps to have context before making a change. --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datamine.lua b/Datamine.lua index a719328..80326d2 100644 --- a/Datamine.lua +++ b/Datamine.lua @@ -1676,7 +1676,7 @@ do else --@debug@ added = true - tinsert(output, string.format("Spell ID not found for \"%s\" (%d).", name, spellid)) + tinsert(output, "Spell ID not found for: " .. name) --@end-debug@ end end -- 1.7.9.5