From 8f17c28c2dea64b22bc3e30066c1ba3b3842a631 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 16 Mar 2010 01:07:31 -0400 Subject: [PATCH] For recipe entries, the "Acquire" member is now "acquire_data". --- ARL.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARL.lua b/ARL.lua index 968408c..1b5199d 100644 --- a/ARL.lua +++ b/ARL.lua @@ -866,7 +866,7 @@ function addon:AddRecipe(spell_id, skill_level, item_id, quality, profession, sp ["spell_link"] = GetSpellLink(spell_id), ["name"] = GetSpellInfo(spell_id), ["Flags"] = {}, -- Create the flag space in the recipe_list - ["Acquire"] = {}, -- Create the Acquire space in the recipe_list + ["acquire_data"] = {}, ["specialty"] = specialty, -- Assumption: there will only be 1 speciality for a trade skill ["genesis"] = genesis, ["optimal_level"] = optimal_level or skill_level, -- 1.7.9.5