Files
azerothcore-wotlk/src/scripts/Kalimdor/Maraudon/maraudon.h
Yehonal 6eaa77591d Fixed compilation without PCH enabled
please avoid to miss header files in your sources
2016-08-19 23:33:02 +02:00

22 lines
257 B
C

/*
REWRITTEN BY XINEF
*/
#ifndef DEF_MARAUDON_H
#define DEF_MARAUDON_H
#include "ScriptPCH.h"
enum DataTypes
{
TYPE_NOXXION = 0,
MAX_ENCOUNTERS = 1,
};
enum GoIds
{
GO_CORRUPTION_SPEWER = 178570
};
#endif