From a4d79a4140da236bdf26fea1eaaa7af634b25194 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 14 Mar 2010 23:03:34 -0400 Subject: [PATCH] Fixed a typo. --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datamine.lua b/Datamine.lua index e462c5c..a719328 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, string.format("Spell ID not found for \"%s\" (%d).", name, spellid)) --@end-debug@ end end -- 1.7.9.5