From 450e7656eb3204870eb743593b26e244e3404b03 Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Sun, 17 May 2009 17:09:06 +0000 Subject: [PATCH] AckisRecipeList: - fixed a typo in output of ScanSkillLevelData function --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 9aecb9d..f35ef14 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -145,7 +145,7 @@ function addon:ScanSkillLevelData(autoscan) tinsert(outputtable,"Trainer Skill Level Scan Complete.") if (entryfound) then - self:DisplayTextDump(nil, nil, tconcat(outputtext,"\n")) + self:DisplayTextDump(nil, nil, tconcat(outputtable,"\n")) end -- Reset the filters to what they were before -- 1.7.9.5