TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
razorfen_downs.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 DEF_RAZORFEN_DOWNS_H
19 #define DEF_RAZORFEN_DOWNS_H
20 
21 #define RFDScriptName "instance_razorfen_downs"
22 #define DataHeader "RFD"
23 
25 
27 {
28  // Main Bosses
33  // Events
34  DATA_GONG = 4,
35  DATA_WAVE = 5,
37 };
38 
40 {
41  // Used in Tuten Kash summon event
45  // Used for quest 3525 "Extinguishing the Idol"
51 };
52 
54 {
55  // Used for Tuten Kash summon event
56  GO_GONG = 148917,
57  // Used for quest 3525 "Extinguishing the Idol"
59  GO_IDOL_CUP_FIRE = 151952,
62 };
63 
64 template<class AI>
66 {
67  return GetInstanceAI<AI>(creature, RFDScriptName);
68 }
69 
70 #endif
Definition: razorfen_downs.h:32
Definition: razorfen_downs.h:59
Definition: razorfen_downs.h:34
Definition: razorfen_downs.h:56
Definition: razorfen_downs.h:42
Definition: razorfen_downs.h:49
Definition: razorfen_downs.h:47
DataTypes
Definition: baradin_hold.h:30
GameObjectIds
Definition: baradin_hold.h:48
Definition: razorfen_downs.h:48
Definition: Creature.h:467
Definition: razorfen_downs.h:30
#define RFDScriptName
Definition: razorfen_downs.h:21
AI * GetRazorfenDownsAI(Creature *creature)
Definition: razorfen_downs.h:65
Definition: razorfen_downs.h:35
uint32_t uint32
Definition: Define.h:150
Definition: razorfen_downs.h:58
Definition: razorfen_downs.h:46
Definition: razorfen_downs.h:43
Definition: razorfen_downs.h:44
Definition: razorfen_downs.h:29
Definition: razorfen_downs.h:50
Definition: razorfen_downs.h:31
Definition: razorfen_downs.h:36
CreatureIds
Definition: baradin_hold.h:37
Definition: razorfen_downs.h:60
uint32 const EncounterCount
Definition: razorfen_downs.h:24
Definition: razorfen_downs.h:61