mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +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,8 +5,6 @@
|
||||
#ifndef BFD_H_
|
||||
#define BFD_H_
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
TYPE_GELIHAST = 0,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#ifndef DEF_HYJAL_H
|
||||
#define DEF_HYJAL_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "GridNotifiers.h"
|
||||
|
||||
#define ERROR_INST_DATA "TSCR: Instance data not set properly for Mount Hyjal. Encounters will be buggy."
|
||||
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
#ifndef DEF_CULLING_OF_STRATHOLME_H
|
||||
#define DEF_CULLING_OF_STRATHOLME_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_ARTHAS_EVENT,
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
#ifndef DEF_OLD_HILLSBRAD_H
|
||||
#define DEF_OLD_HILLSBRAD_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataIds
|
||||
{
|
||||
DATA_ESCORT_PROGRESS = 0,
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
#ifndef DEF_THEBLACKMORASS_H
|
||||
#define DEF_THEBLACKMORASS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "SpellScript.h"
|
||||
#include "PassiveAI.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#ifndef DEF_DIRE_MAUL_H
|
||||
#define DEF_DIRE_MAUL_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "UnitAI.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
#ifndef DEF_MARAUDON_H
|
||||
#define DEF_MARAUDON_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
TYPE_NOXXION = 0,
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
#ifndef DEF_ONYXIAS_LAIR_H
|
||||
#define DEF_ONYXIAS_LAIR_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum eInstanceData
|
||||
{
|
||||
DATA_ONYXIA = 0,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#ifndef DEF_RAZORFEN_DOWNS_H
|
||||
#define DEF_RAZORFEN_DOWNS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "PassiveAI.h"
|
||||
|
||||
enum CreatureIds
|
||||
{
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
#ifndef DEF_RUINS_OF_AHNQIRAJ_H
|
||||
#define DEF_RUINS_OF_AHNQIRAJ_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_KURINNAXX = 0,
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
#ifndef DEF_TEMPLE_OF_AHNQIRAJ_H
|
||||
#define DEF_TEMPLE_OF_AHNQIRAJ_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
DATA_SKERAM = 1,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#ifndef DEF_WAILING_CAVERNS_H
|
||||
#define DEF_WAILING_CAVERNS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "CreatureAI.h"
|
||||
|
||||
enum DataTypes
|
||||
{
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
#ifndef DEF_ZULFARRACK_H
|
||||
#define DEF_ZULFARRACK_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
#include "SpellScript.h"
|
||||
#include "GridNotifiers.h"
|
||||
#include "CellImpl.h"
|
||||
|
||||
enum ZulFarrakData
|
||||
{
|
||||
|
||||
@@ -17,12 +17,13 @@ quest_a_pawn_on_the_eternal_pawn
|
||||
EndContentData */
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptPCH.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "ScriptedGossip.h"
|
||||
#include "Group.h"
|
||||
#include "Player.h"
|
||||
#include "AccountMgr.h"
|
||||
#include "SpellInfo.h"
|
||||
#include "Spell.h"
|
||||
|
||||
/*###
|
||||
## npcs_rutgar_and_frankal
|
||||
|
||||
Reference in New Issue
Block a user