Quantcast

Revert last commit. It helps to have context before making a change.

James D. Callahan III [03-15-10 - 03:10]
Revert last commit. It helps to have context before making a change.
Filename
Datamine.lua
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