Quantcast

For recipe entries, the "Acquire" member is now "acquire_data".

James D. Callahan III [03-16-10 - 05:07]
For recipe entries, the "Acquire" member is now "acquire_data".
Filename
ARL.lua
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,