diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index efe7c286775..b2c0abbdd82 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3982,12 +3982,3 @@ void SpellMgr::LoadSpellLinked() sLog.outString(); sLog.outString( ">> Loaded %u linked spells", count ); } - -bool SpellMgr::CheckDB() const -{ - SpellScriptTargetBounds bounds = spellmgr.GetSpellScriptTargetBounds(30531); - if(bounds.first == bounds.second || bounds.first->second.targetEntry != 17256) - return false; - - return true; -} |