Quantcast

In addon:ScanVendor(): Added spellID to output when an item is not found.

James D. Callahan III [03-15-10 - 03:02]
In addon:ScanVendor(): Added spellID to output when an item is not found.
Filename
Datamine.lua
diff --git a/Datamine.lua b/Datamine.lua
index 80326d2..e462c5c 100644
--- a/Datamine.lua
+++ b/Datamine.lua
@@ -1676,7 +1676,7 @@ do
 					else
 						--@debug@
 						added = true
-						tinsert(output, "Spell ID not found for: " .. name)
+						tinsert(output, string.format("Spell ID not found for \"%s\" (%d).", name, spellid)
 						--@end-debug@
 					end
 				end