mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
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:
@@ -5,7 +5,10 @@
|
||||
#ifndef DEF_THE_EYE_H
|
||||
#define DEF_THE_EYE_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "SpellScript.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
#include "Player.h"
|
||||
#include "GridNotifiers.h"
|
||||
|
||||
enum EyeData
|
||||
{
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
#ifndef DEF_MECHANAR_H
|
||||
#define DEF_MECHANAR_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "SpellScript.h"
|
||||
#include "SpellAuraEffects.h"
|
||||
#include "Player.h"
|
||||
#include "CreatureAI.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
#ifndef ARCATRAZ_H
|
||||
#define ARCATRAZ_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "SpellScript.h"
|
||||
#include "Player.h"
|
||||
#include "CreatureAI.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#ifndef DEF_THE_BOTANICA_H
|
||||
#define DEF_THE_BOTANICA_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "SpellScript.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user