diff options
author | XTZGZoReX <none@none> | 2009-12-29 18:25:21 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-12-29 18:25:21 +0100 |
commit | 2159602f27da6ec7ada854eb22458832491673b5 (patch) | |
tree | 21b31324c021109d220c7ffbea9a52760bac3cd6 /src/game/SpellMgr.cpp | |
parent | 5b975766f5f7dec597046af627bb70a1891aafd0 (diff) |
* Remove useless CheckDB functionality. This does not belong in core in any shape or form.
--HG--
branch : trunk
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; -} |