aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTartalo <none@none>2010-02-23 20:26:49 +0100
committerTartalo <none@none>2010-02-23 20:26:49 +0100
commita518114f5657921cc2f36c54702f45235c68595b (patch)
tree535592cb0ddb426597dd0dd5682bbec94ad43478 /src
parentdeec58c8bdf9d3ca2475f582d849017423e79363 (diff)
Make objmgr accessible from scripting system
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/ScriptedPch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/ScriptedPch.h b/src/game/ScriptedPch.h
index 10702b549b1..1e83a88b87a 100644
--- a/src/game/ScriptedPch.h
+++ b/src/game/ScriptedPch.h
@@ -21,6 +21,7 @@
#include "Chat.h"
#include "DBCStructure.h"
#include "DBCStores.h"
+#include "ObjectMgr.h"
#ifdef WIN32
#include <windows.h>