From ac5cff810d2e3cf1e56533bfc35fbb7a04764aef Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 25 Jan 2011 11:46:49 -0700 Subject: [PATCH] Add debug code in for rank 1/rank 2 issue. --- core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core.lua b/core.lua index abb7862..0403e3a 100644 --- a/core.lua +++ b/core.lua @@ -1698,6 +1698,7 @@ do -- This is only done for recipes which when you learn the higher rank, you lose the -- ability to learn the lower rank. if overwritemap[SpellID] then + self:Print("Overwrite spell found." .. SpellID) local overwriterecipe = recipe_list[SpellID] if overwriterecipe then togglerecipe(overwriterecipe, is_linked) -- 1.7.9.5