![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "blackrock_depths.h"#include "InstanceScript.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"
Include dependency graph for boss_emperor_dagran_thaurissan.cpp:Go to the source code of this file.
Classes | |
| class | boss_emperor_dagran_thaurissan |
| struct | boss_emperor_dagran_thaurissan::boss_draganthaurissanAI |
Enumerations | |
| enum | Yells { SAY_AGGRO = 0 , SAY_SLAY = 1 } |
| enum | Spells { SPELL_HANDOFTHAURISSAN = 17492 , SPELL_AVATAROFFLAME = 15636 } |
| enum | Events { EVENT_HANDOFTHAURISSAN = 1 , EVENT_AVATAROFFLAME = 2 } |
| enum | Emotes { EMOTE_SHAKEN = 0 } |
Functions | |
| void | AddSC_boss_draganthaurissan () |
| enum Emotes |
| Enumerator | |
|---|---|
| EMOTE_SHAKEN | |
Definition at line 42 of file boss_emperor_dagran_thaurissan.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_HANDOFTHAURISSAN | |
| EVENT_AVATAROFFLAME | |
Definition at line 36 of file boss_emperor_dagran_thaurissan.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_HANDOFTHAURISSAN | |
| SPELL_AVATAROFFLAME | |
Definition at line 30 of file boss_emperor_dagran_thaurissan.cpp.
| enum Yells |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
Definition at line 24 of file boss_emperor_dagran_thaurissan.cpp.
| void AddSC_boss_draganthaurissan | ( | ) |
Definition at line 117 of file boss_emperor_dagran_thaurissan.cpp.
Here is the caller graph for this function: