![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "molten_core.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"
Include dependency graph for boss_shazzrah.cpp:Go to the source code of this file.
Classes | |
| struct | boss_shazzrah |
| class | spell_shazzrah_gate_dummy |
Enumerations | |
| enum | ShazzrahSpells { SPELL_ARCANE_EXPLOSION = 19712 , SPELL_SHAZZRAH_CURSE = 19713 , SPELL_MAGIC_GROUNDING = 19714 , SPELL_COUNTERSPELL = 19715 , SPELL_SHAZZRAH_GATE = 23138 , SPELL_SHAZZRAH_GATE_TELE = 23139 } |
| enum | ShazzrahEvents { EVENT_ARCANE_EXPLOSION = 1 , EVENT_SHAZZRAH_CURSE , EVENT_MAGIC_GROUNDING , EVENT_COUNTERSPELL , EVENT_SHAZZRAH_GATE } |
Functions | |
| void | AddSC_boss_shazzrah () |
| enum ShazzrahEvents |
| Enumerator | |
|---|---|
| EVENT_ARCANE_EXPLOSION | |
| EVENT_SHAZZRAH_CURSE | |
| EVENT_MAGIC_GROUNDING | |
| EVENT_COUNTERSPELL | |
| EVENT_SHAZZRAH_GATE | |
Definition at line 36 of file boss_shazzrah.cpp.
| enum ShazzrahSpells |
| Enumerator | |
|---|---|
| SPELL_ARCANE_EXPLOSION | |
| SPELL_SHAZZRAH_CURSE | |
| SPELL_MAGIC_GROUNDING | |
| SPELL_COUNTERSPELL | |
| SPELL_SHAZZRAH_GATE | |
| SPELL_SHAZZRAH_GATE_TELE | |
Definition at line 25 of file boss_shazzrah.cpp.
| void AddSC_boss_shazzrah | ( | ) |