![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "molten_core.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"
Include dependency graph for boss_baron_geddon.cpp:Go to the source code of this file.
Classes | |
| struct | boss_baron_geddon |
| class | spell_baron_geddon_inferno |
Enumerations | |
| enum | Emotes { EMOTE_SERVICE = 0 } |
| enum | Spells { SPELL_INFERNO = 19695 , SPELL_INFERNO_DMG = 19698 , SPELL_IGNITE_MANA = 19659 , SPELL_LIVING_BOMB = 20475 , SPELL_ARMAGEDDON = 20478 } |
| enum | Events { EVENT_INFERNO = 1 , EVENT_IGNITE_MANA = 2 , EVENT_LIVING_BOMB = 3 } |
Functions | |
| void | AddSC_boss_baron_geddon () |
| enum Emotes |
| Enumerator | |
|---|---|
| EMOTE_SERVICE | |
Definition at line 31 of file boss_baron_geddon.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_INFERNO | |
| EVENT_IGNITE_MANA | |
| EVENT_LIVING_BOMB | |
Definition at line 45 of file boss_baron_geddon.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_INFERNO | |
| SPELL_INFERNO_DMG | |
| SPELL_IGNITE_MANA | |
| SPELL_LIVING_BOMB | |
| SPELL_ARMAGEDDON | |
Definition at line 36 of file boss_baron_geddon.cpp.
| void AddSC_boss_baron_geddon | ( | ) |