summaryrefslogtreecommitdiff
path: root/src/scripts/EasternKingdoms/Uldaman/uldaman.h
blob: 8685c7ea9dca715b120f08da7991a67c00271e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
REWRITTEN BY XINEF
*/

#ifndef DEF_ULDAMAN_H
#define DEF_ULDAMAN_H

enum DataTypes
{
    DATA_IRONAYA_DOORS                  = 0,
    DATA_STONE_KEEPERS                  = 1,
    DATA_ARCHAEDAS                      = 2,
    MAX_ENCOUNTERS                      = 3
};

enum GameObjectIds
{
    GO_ARCHAEDAS_TEMPLE_DOOR            = 141869,
    GO_TEMPLE_DOOR                      = 124367,
    GO_ANCIENT_VAULT_DOOR               = 124369,
    GO_IRONAYA_SEAL_DOOR                = 124372,
    GO_KEYSTONE                         = 124371,
};

enum NpcIds
{
    NPC_STONE_KEEPER                    = 4857,
    NPC_ARCHAEDAS                       = 2748
};

#endif