TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
forge_of_souls.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 FORGE_OF_SOULS_H_
19 #define FORGE_OF_SOULS_H_
20 
21 #define FoSScriptName "instance_forge_of_souls"
22 #define DataHeader "FOS"
23 
25 
26 enum Data
27 {
28  // Encounter states and GUIDs
31 
32  // Additional Data
34 };
35 
37 {
38  NPC_BRONJAHM = 36497,
39  NPC_DEVOURER = 36502,
41 
44  NPC_JAINA_PART1 = 37597,
45  NPC_JAINA_PART2 = 38160,
46  NPC_KALIRA = 37583,
47  NPC_ELANDRA = 37774,
48  NPC_LORALEN = 37779,
49  NPC_KORELN = 37582,
56 };
57 
58 #endif // FORGE_OF_SOULS_H_
Definition: forge_of_souls.h:47
Definition: forge_of_souls.h:51
Definition: forge_of_souls.h:29
Definition: forge_of_souls.h:55
Definition: forge_of_souls.h:40
Definition: forge_of_souls.h:53
Definition: forge_of_souls.h:42
Definition: forge_of_souls.h:48
Definition: forge_of_souls.h:33
Creatures
Definition: alterac_valley.cpp:39
Definition: forge_of_souls.h:46
Definition: forge_of_souls.h:44
Definition: forge_of_souls.h:43
Definition: forge_of_souls.h:30
Definition: forge_of_souls.h:52
Definition: forge_of_souls.h:45
Definition: forge_of_souls.h:39
uint32_t uint32
Definition: Define.h:150
Definition: forge_of_souls.h:54
uint32 const EncounterCount
Definition: forge_of_souls.h:24
Definition: forge_of_souls.h:38
Definition: forge_of_souls.h:49
Definition: forge_of_souls.h:50
Data
Definition: molten_core.h:69