aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2008-11-22 09:51:35 -0600
committermegamage <none@none>2008-11-22 09:51:35 -0600
commitf29f2e63332fc7b7150c7e3186633667040c1686 (patch)
tree1b595091bf09cbdb4eec6c04582872e564500757 /src/game/ObjectMgr.cpp
parente5239d0170097984f0bd31f587892e1c7d8a013e (diff)
*Update to Mangos 6842. Source: Mangos.
--HG-- branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp3
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);
}