From 1ba78065f84a381d8948d03b76c42ee221682129 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 14 Mar 2010 23:02:35 -0400 Subject: [PATCH] In addon:ScanVendor(): Added spellID to output when an item is not found. --- Datamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5