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,9 +3,10 @@
*/
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "Player.h"
#include "SpellScript.h"
#include "SpellAuras.h"
enum eShirrak
{

View File

@@ -4,8 +4,8 @@
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "Player.h"
enum ePrince
{

View File

@@ -5,8 +5,6 @@
#ifndef DEF_SETHEKK_HALLS_H
#define DEF_SETHEKK_HALLS_H
#include "ScriptPCH.h"
enum eTypes
{
DATA_IKISSDOOREVENT = 1,

View File

@@ -5,7 +5,9 @@
#ifndef DEF_SHADOW_LABYRINTH_H
#define DEF_SHADOW_LABYRINTH_H
#include "ScriptPCH.h"
#include "SpellScript.h"
#include "CreatureAI.h"
#include "GridNotifiers.h"
enum slData
{