![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "ScriptedEscortAI.h"#include "shadow_labyrinth.h"
Include dependency graph for boss_ambassador_hellmaw.cpp:Go to the source code of this file.
Classes | |
| struct | boss_ambassador_hellmaw |
Enumerations | |
| enum | Yells { SAY_INTRO = 0 , SAY_AGGRO = 1 , SAY_HELP = 2 , SAY_SLAY = 3 , SAY_DEATH = 4 } |
| enum | Spells { SPELL_BANISH = 30231 , SPELL_CORROSIVE_ACID = 33551 , SPELL_FEAR = 33547 , SPELL_ENRAGE = 34970 } |
| enum | Events { EVENT_CORROSIVE_ACID = 1 , EVENT_FEAR , EVENT_BERSERK } |
Functions | |
| void | AddSC_boss_ambassador_hellmaw () |
Variables | |
| static constexpr uint32 | PATH_ESCORT_HELLMAW = 149850 |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_CORROSIVE_ACID | |
| EVENT_FEAR | |
| EVENT_BERSERK | |
Definition at line 47 of file boss_ambassador_hellmaw.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_BANISH | |
| SPELL_CORROSIVE_ACID | |
| SPELL_FEAR | |
| SPELL_ENRAGE | |
Definition at line 39 of file boss_ambassador_hellmaw.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_INTRO | |
| SAY_AGGRO | |
| SAY_HELP | |
| SAY_SLAY | |
| SAY_DEATH | |
Definition at line 30 of file boss_ambassador_hellmaw.cpp.
| void AddSC_boss_ambassador_hellmaw | ( | ) |
Definition at line 175 of file boss_ambassador_hellmaw.cpp.
Here is the caller graph for this function:
|
staticconstexpr |
Definition at line 54 of file boss_ambassador_hellmaw.cpp.