From 195c0f409b486891ec8658d92b5880c64feeda4a Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Mon, 22 Mar 2010 17:36:42 -0400 Subject: [PATCH] In Player:MarkExclusions(): Changed self["Profession"] to self.current_prof so the function will actually work. --- Player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Player.lua b/Player.lua index 075372a..38c559e 100644 --- a/Player.lua +++ b/Player.lua @@ -67,7 +67,7 @@ function Player:MarkExclusions() local exclusion_list = addon.db.profile.exclusionlist local ignored = not addon.db.profile.ignoreexclusionlist local recipe_list = private.recipe_list - local profession = self["Profession"] + local profession = self.current_prof local known_count = 0 local unknown_count = 0 -- 1.7.9.5