mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
Fixed compilation without PCH enabled
please avoid to miss header files in your sources
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_EYE_OF_ETERNITY_H
|
||||
#define DEF_EYE_OF_ETERNITY_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Objects
|
||||
{
|
||||
GO_NEXUS_PLATFORM = 193070,
|
||||
|
||||
@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
|
||||
#ifndef DEF_NEXUS_H
|
||||
#define DEF_NEXUS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum eTypes
|
||||
{
|
||||
DATA_MAGUS_TELESTRA_EVENT = 0,
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#ifndef DEF_OCULUS_H
|
||||
#define DEF_OCULUS_H
|
||||
|
||||
#include "ScriptPCH.h"
|
||||
|
||||
enum Data
|
||||
{
|
||||
DATA_DRAKOS, // Drakos the Interrogator
|
||||
|
||||
Reference in New Issue
Block a user