aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/ScriptPCH.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/server/scripts/ScriptPCH.h b/src/server/scripts/ScriptPCH.h
index 77653365927..d8afd619faf 100644
--- a/src/server/scripts/ScriptPCH.h
+++ b/src/server/scripts/ScriptPCH.h
@@ -16,6 +16,7 @@
*/
#include "ChatCommand.h"
+#include "Containers.h"
#include "CreatureAIImpl.h"
#include "DatabaseEnv.h"
#include "DB2Stores.h"
@@ -26,13 +27,20 @@
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
-#include "Player.h"
#include "ScriptMgr.h"
-#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "ScriptedGossip.h"
#include "SpellAuraEffects.h"
#include "SpellMgr.h"
#include "SpellScript.h"
-#include "StringFormat.h"
#include "TemporarySummon.h"
+
+#include "Battleground.h"
+#include "Group.h"
+#include "MoveSplineInit.h"
+#include "CellImpl.h"
+#include "SpellHistory.h"
+#include "World.h"
+#include "AreaBoundary.h"
+#include "PathGenerator.h"
+#include "Vehicle.h"