From eee8e179a124f9c3687dbc6f2f8c512b1239d2d9 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 21 Dec 2009 16:28:57 -0700 Subject: * Commented useless debug output for spell_script_target and * spell_target_position. If someone REALLY wants to see which ones are * missing, they can uncomment them for a debug compile. * Can finally start the core in debug mode and get useful data... --HG-- branch : trunk --- src/game/SpellMgr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 135b0ab8802..c876fbf822d 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1234,8 +1234,8 @@ void SpellMgr::LoadSpellTargetPositions() } if(found) { - if(!spellmgr.GetSpellTargetPosition(i)) - sLog.outDebug("Spell (ID: %u) does not have record in `spell_target_position`", i); +// if(!spellmgr.GetSpellTargetPosition(i)) +// sLog.outDebug("Spell (ID: %u) does not have record in `spell_target_position`", i); } } @@ -2056,8 +2056,8 @@ void SpellMgr::LoadSpellScriptTarget() if (found) { SpellScriptTargetBounds bounds = spellmgr.GetSpellScriptTargetBounds(i); - if (bounds.first == bounds.second) - sLog.outDebug("Spell (ID: %u) does not have record in `spell_script_target`", i); +// if (bounds.first == bounds.second) +// sLog.outDebug("Spell (ID: %u) does not have record in `spell_script_target`", i); } } -- cgit v1.2.3