chore(PCH): remove "ScriptPCH.h" from cpp scripts (#1423)

remove "ScriptPCH.h" from cpp scripts as it is intended to be used as precompiled header for the build process only
This commit is contained in:
Stoabrogga
2019-02-10 14:50:44 +01:00
committed by GitHub
parent 2d3ea3a308
commit 7a9f09341f
114 changed files with 156 additions and 140 deletions

View File

@@ -3,7 +3,6 @@
*/
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "magisters_terrace.h"
#include "WorldPacket.h"

View File

@@ -3,7 +3,6 @@
*/
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "InstanceScript.h"
#include "magisters_terrace.h"

View File

@@ -5,7 +5,9 @@
#ifndef DEF_MAGISTERS_TERRACE_H
#define DEF_MAGISTERS_TERRACE_H
#include "ScriptPCH.h"
#include "Player.h"
#include "CreatureAI.h"
#include "SpellScript.h"
enum MTData
{