[10912] Move scripting related functions from ObjectMgr to ScriptMgr

This commit is contained in:
zergtmn 2010-12-24 00:23:31 +05:00
parent f61166c2bf
commit 0d6f990e4e
23 changed files with 1297 additions and 1185 deletions

View file

@ -23,6 +23,7 @@
#include "ProgressBar.h"
#include "MapManager.h"
#include "ObjectMgr.h"
#include "ScriptMgr.h"
INSTANTIATE_SINGLETON_1(WaypointManager);