TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
molten_core.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_MOLTEN_CORE_H
20 #define DEF_MOLTEN_CORE_H
21 
22 #define DataHeader "MC"
23 
25 {
29  BOSS_GARR = 3,
37 };
38 
39 enum Actions
40 {
43 };
44 
45 Position const RagnarosTelePos = {829.159f, -815.773f, -228.972f, 5.30500f};
46 Position const RagnarosSummonPos = {838.510f, -829.840f, -232.000f, 2.00000f};
47 
49 {
50  NPC_LUCIFRON = 12118,
51  NPC_MAGMADAR = 11982,
52  NPC_GEHENNAS = 12259,
53  NPC_GARR = 12057,
54  NPC_SHAZZRAH = 12264,
59  NPC_RAGNAROS = 11502,
62 };
63 
65 {
67 };
68 
69 enum Data
70 {
72 };
73 
74 #endif
Position const RagnarosTelePos
Definition: molten_core.h:45
Definition: molten_core.h:71
Definition: molten_core.h:32
GameObjects
Definition: instance_blackrock_depths.cpp:42
Definition: molten_core.h:41
Definition: molten_core.h:31
Definition: molten_core.h:36
Definition: molten_core.h:30
Definition: molten_core.h:61
Definition: molten_core.h:53
Definition: molten_core.h:29
Creatures
Definition: alterac_valley.cpp:39
Definition: molten_core.h:56
Encounters
Definition: molten_core.h:24
Definition: molten_core.h:54
Definition: molten_core.h:28
Actions
Definition: BattlegroundIC.h:203
Definition: molten_core.h:59
Definition: molten_core.h:51
Definition: molten_core.h:66
Definition: molten_core.h:60
Definition: molten_core.h:35
Definition: molten_core.h:33
Definition: molten_core.h:26
Definition: molten_core.h:34
Definition: molten_core.h:55
Definition: molten_core.h:50
Position const RagnarosSummonPos
Definition: molten_core.h:46
Definition: molten_core.h:58
Definition: molten_core.h:27
Definition: Position.h:27
Definition: molten_core.h:52
Definition: molten_core.h:57
Data
Definition: molten_core.h:69
Definition: molten_core.h:42