TrinityCore
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
uldaman.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
3
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
4
*
5
* This program is free software; you can redistribute it and/or modify it
6
* under the terms of the GNU General Public License as published by the
7
* Free Software Foundation; either version 2 of the License, or (at your
8
* option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful, but WITHOUT
11
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13
* more details.
14
*
15
* You should have received a copy of the GNU General Public License along
16
* with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
#ifndef DEF_ULDAMAN_H
20
#define DEF_ULDAMAN_H
21
22
#define DataHeader "UD"
23
24
#define MAX_ENCOUNTER 3
25
26
enum
DataTypes
27
{
28
DATA_ALTAR_DOORS
= 1,
29
DATA_ANCIENT_DOOR
= 2,
30
DATA_IRONAYA_DOOR
= 3,
31
DATA_STONE_KEEPERS
= 4,
32
DATA_MINIONS
= 5,
33
DATA_IRONAYA_SEAL
= 6,
34
};
35
36
enum
GameObjectIds
37
{
38
GO_ARCHAEDAS_TEMPLE_DOOR
= 141869,
39
GO_ALTAR_OF_THE_KEEPER_TEMPLE_DOOR
= 124367,
40
GO_ANCIENT_VAULT_DOOR
= 124369,
41
GO_IRONAYA_SEAL_DOOR
= 124372,
42
GO_KEYSTONE
= 124371,
43
};
44
45
#endif
DataTypes
DataTypes
Definition:
baradin_hold.h:30
GameObjectIds
GameObjectIds
Definition:
baradin_hold.h:48
DATA_ALTAR_DOORS
Definition:
uldaman.h:28
DATA_IRONAYA_DOOR
Definition:
uldaman.h:30
GO_IRONAYA_SEAL_DOOR
Definition:
uldaman.h:41
DATA_IRONAYA_SEAL
Definition:
uldaman.h:33
GO_KEYSTONE
Definition:
uldaman.h:42
DATA_MINIONS
Definition:
uldaman.h:32
DATA_STONE_KEEPERS
Definition:
uldaman.h:31
DATA_ANCIENT_DOOR
Definition:
uldaman.h:29
GO_ANCIENT_VAULT_DOOR
Definition:
uldaman.h:40
GO_ARCHAEDAS_TEMPLE_DOOR
Definition:
uldaman.h:38
GO_ALTAR_OF_THE_KEEPER_TEMPLE_DOOR
Definition:
uldaman.h:39
Generated on Tue Apr 5 2016 20:13:43 for TrinityCore by
1.8.8