![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "EventMap.h"#include "InstanceScript.h"#include "Log.h"#include "Map.h"#include "Player.h"#include "the_black_morass.h"#include "TemporarySummon.h"
Include dependency graph for instance_the_black_morass.cpp:Go to the source code of this file.
Classes | |
| struct | Wave |
| class | instance_the_black_morass |
| struct | instance_the_black_morass::instance_the_black_morass_InstanceMapScript |
Enumerations | |
| enum | Misc { SPELL_RIFT_CHANNEL = 31387 , RIFT_BOSS = 1 } |
| enum | EventIds { EVENT_NEXT_PORTAL = 1 } |
Functions | |
| uint32 | RandRiftBoss () |
| void | AddSC_instance_the_black_morass () |
Variables | |
| float | PortalLocation [4][4] |
| static Wave | RiftWaves [] |
| enum EventIds |
| Enumerator | |
|---|---|
| EVENT_NEXT_PORTAL | |
Definition at line 66 of file instance_the_black_morass.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| SPELL_RIFT_CHANNEL | |
| RIFT_BOSS | |
Definition at line 34 of file instance_the_black_morass.cpp.
| void AddSC_instance_the_black_morass | ( | ) |
Definition at line 334 of file instance_the_black_morass.cpp.
Here is the caller graph for this function:
|
inline |
Definition at line 40 of file instance_the_black_morass.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| float PortalLocation[4][4] |
Definition at line 42 of file instance_the_black_morass.cpp.
|
static |
Definition at line 56 of file instance_the_black_morass.cpp.