Quantcast

added the ability to print out a plain list of the recipe names for the profession that you are scanning. Fixed a faction name: "Violet Eye"->"The Violet Eye"

pompachomp [03-19-10 - 03:19]
added the ability to print out a plain list of the recipe names for the profession that you are scanning.  Fixed a faction name: "Violet Eye"->"The  Violet Eye"
Filename
ARL.lua
diff --git a/ARL.lua b/ARL.lua
index 9c8ca82..ae30e8d 100644
--- a/ARL.lua
+++ b/ARL.lua
@@ -1823,7 +1823,7 @@ do
 					[111]	= BFAC["The Sha'tar"],
 					[112]	= BFAC["Shattered Sun Offensive"],
 					[113]	= BFAC["Sporeggar"],
-					[114]	= BFAC["Violet Eye"],
+					[114]	= BFAC["The Violet Eye"],
 					[115]	= BFAC["Argent Crusade"],
 					[116]	= BFAC["Frenzyheart Tribe"],
 					[117]	= BFAC["Knights of the Ebon Blade"],
@@ -1862,6 +1862,10 @@ 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