From 56275a7db3113504336d27764d27c64ebe40e99c Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 12 Feb 2022 00:17:08 +0100 Subject: Core/Misc: script PCH tuning --- src/server/scripts/ScriptPCH.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/server/scripts/ScriptPCH.h b/src/server/scripts/ScriptPCH.h index 56d5c570636..31a8e00a2d1 100644 --- a/src/server/scripts/ScriptPCH.h +++ b/src/server/scripts/ScriptPCH.h @@ -15,14 +15,23 @@ * with this program. If not, see . */ +#include "ChatCommand.h" #include "CreatureAIImpl.h" +#include "DatabaseEnv.h" +#include "DB2Stores.h" +#include "GridNotifiersImpl.h" #include "InstanceScript.h" +#include "Log.h" #include "Map.h" #include "MotionMaster.h" #include "ObjectAccessor.h" +#include "ObjectMgr.h" #include "Player.h" #include "ScriptMgr.h" #include "ScriptedCreature.h" -#include "SpellInfo.h" +#include "ScriptedEscortAI.h" +#include "ScriptedGossip.h" +#include "SpellMgr.h" #include "SpellScript.h" -#include "TemporarySummon.h" +#include "StringFormat.h" +#include -- cgit v1.2.3