![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellMgr.h"#include "mana_tombs.h"
Include dependency graph for boss_pandemonius.cpp:Go to the source code of this file.
Classes | |
| struct | boss_pandemonius |
Enumerations | |
| enum | PandemoniusTexts { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_DEATH = 2 , EMOTE_DARK_SHELL = 3 } |
| enum | PandemoniusSpells { SPELL_VOID_BLAST = 32325 , SPELL_VOID_BLAST_SCRIPT = 32326 , SPELL_DARK_SHELL = 32358 } |
| enum | PandemoniusEvents { EVENT_VOID_BLAST = 1 , EVENT_DARK_SHELL } |
Functions | |
| void | AddSC_boss_pandemonius () |
Variables | |
| uint32 constexpr | DARK_SHELL_EVENT_GROUP = 1 |
| enum PandemoniusEvents |
| Enumerator | |
|---|---|
| EVENT_VOID_BLAST | |
| EVENT_DARK_SHELL | |
Definition at line 44 of file boss_pandemonius.cpp.
| enum PandemoniusSpells |
| Enumerator | |
|---|---|
| SPELL_VOID_BLAST | |
| SPELL_VOID_BLAST_SCRIPT | |
| SPELL_DARK_SHELL | |
Definition at line 37 of file boss_pandemonius.cpp.
| enum PandemoniusTexts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_DEATH | |
| EMOTE_DARK_SHELL | |
Definition at line 29 of file boss_pandemonius.cpp.
| void AddSC_boss_pandemonius | ( | ) |
|
constexpr |
Definition at line 50 of file boss_pandemonius.cpp.