diff options
author | Shauren <shauren.trinity@gmail.com> | 2017-06-08 00:37:50 +0200 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2017-06-22 02:36:13 -0300 |
commit | da9de834547053905ce2cfe92410e8cbc10835d6 (patch) | |
tree | ca39049ccc0ff04047e73637a1300f1cf3a61278 /src/server/scripts/ScriptPCH.h | |
parent | 5024813fe323eaecbeaca5b150e0d0939a71a3e3 (diff) |
Core/Scripts: Optimize PCH contents
(cherry picked from commit a9b64d737d866fcdbd46314bdd4e661af36216cd)
Diffstat (limited to 'src/server/scripts/ScriptPCH.h')
-rw-r--r-- | src/server/scripts/ScriptPCH.h | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/src/server/scripts/ScriptPCH.h b/src/server/scripts/ScriptPCH.h index 6754b485875..cdc8786c2bb 100644 --- a/src/server/scripts/ScriptPCH.h +++ b/src/server/scripts/ScriptPCH.h @@ -16,22 +16,14 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "CreatureAIImpl.h" +#include "InstanceScript.h" +#include "Map.h" +#include "MotionMaster.h" +#include "ObjectAccessor.h" +#include "Player.h" #include "ScriptMgr.h" -#include "Cell.h" -#include "CellImpl.h" -#include "GameEventMgr.h" -#include "GridNotifiers.h" -#include "GridNotifiersImpl.h" -#include "Unit.h" -#include "GameObject.h" #include "ScriptedCreature.h" -#include "ScriptedGossip.h" -#include "InstanceScript.h" -#include "CombatAI.h" -#include "PassiveAI.h" -#include "Chat.h" -#include "DBCStructure.h" -#include "DBCStores.h" -#include "ObjectMgr.h" +#include "SpellInfo.h" #include "SpellScript.h" -#include "SpellAuraEffects.h" +#include "TemporarySummon.h" |