![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "blackrock_depths.h"#include "InstanceScript.h"#include "ScriptedCreature.h"
Include dependency graph for boss_magmus.cpp:Go to the source code of this file.
Classes | |
| class | boss_magmus |
| struct | boss_magmus::boss_magmusAI |
| class | npc_ironhand_guardian |
| struct | npc_ironhand_guardian::npc_ironhand_guardianAI |
Enumerations | |
| enum | Spells { SPELL_FIERYBURST = 13900 , SPELL_WARSTOMP = 24375 } |
| enum | Events { EVENT_FIERY_BURST = 1 , EVENT_WARSTOMP = 2 } |
| enum | Phases { PHASE_ONE = 1 , PHASE_TWO = 2 } |
| enum | IronhandGuardian { EVENT_GOUTOFFLAME = 1 , SPELL_GOUTOFFLAME = 15529 } |
Functions | |
| void | AddSC_boss_magmus () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_FIERY_BURST | |
| EVENT_WARSTOMP | |
Definition at line 29 of file boss_magmus.cpp.
| enum IronhandGuardian |
| Enumerator | |
|---|---|
| EVENT_GOUTOFFLAME | |
| SPELL_GOUTOFFLAME | |
Definition at line 105 of file boss_magmus.cpp.
| enum Phases |
| Enumerator | |
|---|---|
| PHASE_ONE | |
| PHASE_TWO | |
Definition at line 35 of file boss_magmus.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_FIERYBURST | |
| SPELL_WARSTOMP | |
Definition at line 23 of file boss_magmus.cpp.
| void AddSC_boss_magmus | ( | ) |