From 9d2ee1e5a2f257139869f2e234ed703d4466b026 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 8 Mar 2011 03:47:45 -0600 Subject: [PATCH] Fixed the init func usage. --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 1bba3f5..20a417a 100644 --- a/core.lua +++ b/core.lua @@ -911,7 +911,7 @@ function addon:InitializeProfession(profession) if func then func(addon) - private.profession_init_funcs[profession] = nil + PROFESSION_INIT_FUNCS[profession] = nil end end -- 1.7.9.5