diff options
-rw-r--r-- | src/game/SpellMgr.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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); } } |