![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "blackfathom_deeps.h"#include "InstanceScript.h"#include "GameObject.h"#include "GameObjectAI.h"#include "Player.h"#include "ScriptedEscortAI.h"#include "SpellScript.h"
Include dependency graph for blackfathom_deeps.cpp:Go to the source code of this file.
Classes | |
| struct | go_blackfathom_altar |
| struct | go_blackfathom_fire |
| struct | npc_blackfathom_deeps_event |
| struct | npc_morridune |
| class | spell_subjugator_korul_darkness_calls |
| class | spell_subjugator_korul_darkness_calls::spell_subjugator_korul_darkness_calls_SpellScript |
Enumerations | |
| enum | Spells { SPELL_BLESSING_OF_BLACKFATHOM = 8733 , SPELL_RAVAGE = 8391 , SPELL_FROST_NOVA = 865 , SPELL_FROST_BOLT_VOLLEY = 8398 , SPELL_TELEPORT_DARNASSUS = 9268 } |
| enum | Events { EVENT_RAVAGE = 1 , EVENT_FROST_NOVA , EVENT_FROST_BOLT_VOLLEY } |
| enum | Morridune { SAY_MORRIDUNE_1 = 0 , SAY_MORRIDUNE_2 = 1 , PATH_ESCORT_MORRIDUNE = 53834 } |
Functions | |
| void | AddSC_blackfathom_deeps () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_RAVAGE | |
| EVENT_FROST_NOVA | |
| EVENT_FROST_BOLT_VOLLEY | |
Definition at line 63 of file blackfathom_deeps.cpp.
| enum Morridune |
| Enumerator | |
|---|---|
| SAY_MORRIDUNE_1 | |
| SAY_MORRIDUNE_2 | |
| PATH_ESCORT_MORRIDUNE | |
Definition at line 160 of file blackfathom_deeps.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_BLESSING_OF_BLACKFATHOM | |
| SPELL_RAVAGE | |
| SPELL_FROST_NOVA | |
| SPELL_FROST_BOLT_VOLLEY | |
| SPELL_TELEPORT_DARNASSUS | |
Definition at line 27 of file blackfathom_deeps.cpp.
| void AddSC_blackfathom_deeps | ( | ) |