From 719fdcea552884e1f30abc5a655e7a0f8b9c8c55 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Thu, 18 Mar 2010 23:56:01 -0400 Subject: [PATCH] Fixed the logic from my previous commit --- ARL.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ARL.lua b/ARL.lua index ae30e8d..a5087a6 100644 --- a/ARL.lua +++ b/ARL.lua @@ -1862,10 +1862,6 @@ do local recipe_prof = GetSpellInfo(recipe.profession) if recipe_prof == profession then - --Name - if output == "Name" then - tinsert(text_table, recipe.name.."\n") - end -- CSV if not output or output == "Comma" then -- Add Spell ID, Name and Skill Level to the list @@ -1889,6 +1885,9 @@ do elseif recipe.is_known then tinsert(text_table, "\nRecipe Flags:\n[list]") end + --Name + elseif output == "Name" then + tinsert(text_table, recipe.name.."\n") end -- Add in all the filter flags -- 1.7.9.5