TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
azjol_nerub.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License as published by the
6  * Free Software Foundation; either version 2 of the License, or (at your
7  * option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with this program. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
18 #ifndef AZJOL_NERUB_H_
19 #define AZJOL_NERUB_H_
20 
21 #define AzjolNerubScriptName "instance_azjol_nerub"
22 #define DataHeader "AN"
23 
25 
27 {
28  // Encounter States/Boss GUIDs
32 
33  // Additional Data
37 };
38 
40 {
41  NPC_KRIKTHIR = 28684,
42  NPC_HADRONOX = 28921,
43  NPC_ANUBARAK = 29120,
44 
48 };
49 
51 {
52  GO_KRIKTHIR_DOOR = 192395,
56 };
57 
58 template<class AI>
59 AI* GetAzjolNerubAI(Creature* creature)
60 {
61  return GetInstanceAI<AI>(creature, AzjolNerubScriptName);
62 }
63 
64 #endif // AZJOL_NERUB_H_
Definition: azjol_nerub.h:31
Definition: azjol_nerub.h:55
DataTypes
Definition: baradin_hold.h:30
GameObjectIds
Definition: baradin_hold.h:48
Definition: azjol_nerub.h:43
Definition: Creature.h:467
Definition: azjol_nerub.h:54
uint32 const EncounterCount
Definition: azjol_nerub.h:24
Definition: azjol_nerub.h:47
#define AzjolNerubScriptName
Definition: azjol_nerub.h:21
uint32_t uint32
Definition: Define.h:150
Definition: azjol_nerub.h:53
Definition: azjol_nerub.h:42
Definition: azjol_nerub.h:29
Definition: azjol_nerub.h:34
Definition: azjol_nerub.h:45
Definition: azjol_nerub.h:36
Definition: azjol_nerub.h:35
Definition: azjol_nerub.h:46
AI * GetAzjolNerubAI(Creature *creature)
Definition: azjol_nerub.h:59
Definition: azjol_nerub.h:41
Definition: azjol_nerub.h:52
Definition: azjol_nerub.h:30
CreatureIds
Definition: baradin_hold.h:37