From bedf06e49fbcc91f931a1db9547eb6cd454df210 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 11 Jan 2011 13:20:38 -0700 Subject: [PATCH] Do the same thing with vendors as I did with trainers. This won't work if you have a repo copy however. --- Scanner.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Scanner.lua b/Scanner.lua index a575ada..062df38 100644 --- a/Scanner.lua +++ b/Scanner.lua @@ -1148,6 +1148,7 @@ do table.wipe(output) + tinsert(output, "ARL Version: @project-version@") tinsert(output, "Vendor Name: "..targetname.." NPC ID: "..targetID) -- Parse all the items on the merchant for i = 1, GetMerchantNumItems(), 1 do -- 1.7.9.5