From e3279cd654ef9c3f72b1bced3a9b69f1c84d8065 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 12 Mar 2010 03:52:42 -0500 Subject: [PATCH] Runeforging.lua: In AddRecipe(): Changed call to self:AddRecipe() to addon:AddRecipe() --- Database/Runeforging.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Runeforging.lua b/Database/Runeforging.lua index b970366..139c58f 100644 --- a/Database/Runeforging.lua +++ b/Database/Runeforging.lua @@ -39,7 +39,7 @@ local num_recipes = 0 -------------------------------------------------------------------------------------------------------------------- local function AddRecipe(spell_id) num_recipes = num_recipes + 1 - self:AddRecipe(spell_id, 1, nil, Q.COMMON, 53428, nil, V.WOTLK, 1, 1, 1, 1) + addon:AddRecipe(spell_id, 1, nil, Q.COMMON, 53428, nil, V.WOTLK, 1, 1, 1, 1) end function addon:InitRuneforging() -- 1.7.9.5