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

@@ -5,8 +5,6 @@
#ifndef DEF_OBSIDIAN_SANCTUM_H
#define DEF_OBSIDIAN_SANCTUM_H
#include "ScriptPCH.h"
enum Data
{
// Encounter

View File

@@ -5,13 +5,13 @@
#ifndef RUBY_SANCTUM_H_
#define RUBY_SANCTUM_H_
#include "ScriptPCH.h"
#include "Player.h"
#include "SpellScript.h"
#include "Map.h"
#include "Creature.h"
#include "GameObjectAI.h"
#include "PassiveAI.h"
#include "Opcodes.h"
enum DataTypes
{