![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "molten_core.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"
Include dependency graph for boss_golemagg.cpp:Go to the source code of this file.
Classes | |
| struct | boss_golemagg |
| struct | npc_core_rager |
Enumerations | |
| enum | Texts { EMOTE_LOWHP = 0 } |
| enum | Spells { SPELL_MAGMASPLASH = 13879 , SPELL_PYROBLAST = 20228 , SPELL_EARTHQUAKE = 19798 , SPELL_ENRAGE = 19953 , SPELL_GOLEMAGG_TRUST = 20553 , SPELL_MANGLE = 19820 } |
| enum | Events { EVENT_PYROBLAST = 1 , EVENT_EARTHQUAKE = 2 } |
Functions | |
| void | AddSC_boss_golemagg () |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_PYROBLAST | |
| EVENT_EARTHQUAKE | |
Definition at line 49 of file boss_golemagg.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_MAGMASPLASH | |
| SPELL_PYROBLAST | |
| SPELL_EARTHQUAKE | |
| SPELL_ENRAGE | |
| SPELL_GOLEMAGG_TRUST | |
| SPELL_MANGLE | |
Definition at line 36 of file boss_golemagg.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| EMOTE_LOWHP | |
Definition at line 31 of file boss_golemagg.cpp.
| void AddSC_boss_golemagg | ( | ) |