![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "ObjectAccessor.h"#include "PassiveAI.h"#include "pit_of_saron.h"#include "Player.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "Vehicle.h"
Include dependency graph for pit_of_saron.cpp:Go to the source code of this file.
Classes | |
| struct | npc_ymirjar_flamebearer |
| struct | npc_iceborn_protodrake |
| struct | npc_geist_ambusher |
| struct | npc_pit_of_saron_icicle |
| class | spell_pos_ice_shards |
| class | at_pit_cavern_entrance |
| class | at_pit_cavern_end |
Enumerations | |
| enum | Spells { SPELL_FIREBALL = 69583 , SPELL_HELLFIRE = 69586 , SPELL_TACTICAL_BLINK = 69584 , SPELL_FROST_BREATH = 69527 , SPELL_LEAPING_FACE_MAUL = 69504 } |
| enum | Events { EVENT_FIREBALL = 1 , EVENT_TACTICAL_BLINK = 2 } |
| enum | TyrannusEventCavernEmote { SAY_TYRANNUS_CAVERN_ENTRANCE = 3 } |
Functions | |
| void | AddSC_pit_of_saron () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_FIREBALL | |
| EVENT_TACTICAL_BLINK | |
Definition at line 37 of file pit_of_saron.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_FIREBALL | |
| SPELL_HELLFIRE | |
| SPELL_TACTICAL_BLINK | |
| SPELL_FROST_BREATH | |
| SPELL_LEAPING_FACE_MAUL | |
Definition at line 28 of file pit_of_saron.cpp.
| Enumerator | |
|---|---|
| SAY_TYRANNUS_CAVERN_ENTRANCE | |
Definition at line 248 of file pit_of_saron.cpp.
| void AddSC_pit_of_saron | ( | ) |