diff options
author | megamage <none@none> | 2008-11-22 09:51:35 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-22 09:51:35 -0600 |
commit | f29f2e63332fc7b7150c7e3186633667040c1686 (patch) | |
tree | 1b595091bf09cbdb4eec6c04582872e564500757 /src/game/ObjectMgr.cpp | |
parent | e5239d0170097984f0bd31f587892e1c7d8a013e (diff) |
*Update to Mangos 6842. Source: Mangos.
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 751a3ca4fbc..e6fc35b21a4 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -44,6 +44,7 @@ #include "InstanceSaveMgr.h" #include "SpellAuras.h" #include "Util.h" +#include "WaypointManager.h" INSTANTIATE_SINGLETON_1(ObjectMgr); @@ -7471,6 +7472,8 @@ void ObjectMgr::LoadDbScriptStrings() CheckScripts(sGameObjectScripts,ids); CheckScripts(sEventScripts,ids); + WaypointMgr.CheckTextsExistance(ids); + for(std::set<int32>::const_iterator itr = ids.begin(); itr != ids.end(); ++itr) sLog.outErrorDb( "Table `db_script_string` has unused string id %u", *itr); } |