TrinityCore
Loading...
Searching...
No Matches
boss_pandemonius.cpp File Reference
#include "ScriptMgr.h"
#include "mana_tombs.h"
#include "ScriptedCreature.h"
+ Include dependency graph for boss_pandemonius.cpp:

Go to the source code of this file.

Classes

struct  boss_pandemonius
 

Enumerations

enum  Texts { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_DEATH = 2 , EMOTE_DARK_SHELL = 3 }
 
enum  Spells { SPELL_VOID_BLAST = 32325 , SPELL_DARK_SHELL = 32358 }
 
enum  Events { EVENT_VOID_BLAST = 1 , EVENT_DARK_SHELL }
 

Functions

void AddSC_boss_pandemonius ()
 

Variables

uint32 constexpr DARK_SHELL_EVENT_GROUP = 1
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_VOID_BLAST 
EVENT_DARK_SHELL 

Definition at line 36 of file boss_pandemonius.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_VOID_BLAST 
SPELL_DARK_SHELL 

Definition at line 30 of file boss_pandemonius.cpp.

◆ Texts

enum Texts
Enumerator
SAY_AGGRO 
SAY_KILL 
SAY_DEATH 
EMOTE_DARK_SHELL 

Definition at line 22 of file boss_pandemonius.cpp.

Function Documentation

◆ AddSC_boss_pandemonius()

void AddSC_boss_pandemonius ( )

Definition at line 113 of file boss_pandemonius.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ DARK_SHELL_EVENT_GROUP

uint32 constexpr DARK_SHELL_EVENT_GROUP = 1
constexpr

Definition at line 42 of file boss_pandemonius.cpp.