Quantcast

Add debug code in for rank 1/rank 2 issue.

John Pasula [01-25-11 - 18:46]
Add debug code in for rank 1/rank 2 issue.
Filename
core.lua
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)