![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellMgr.h"#include "arcatraz.h"
Include dependency graph for boss_zereketh_the_unbound.cpp:Go to the source code of this file.
Classes | |
| struct | boss_zereketh_the_unbound |
Enumerations | |
| enum | ZerekethTexts { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_SHADOW_NOVA = 2 , SAY_DEATH = 3 } |
| enum | ZerekethSpells { SPELL_VOID_ZONE = 36119 , SPELL_SHADOW_NOVA = 36127 , SPELL_SEED_OF_CORRUPTION = 36123 } |
| enum | ZerekethEvents { EVENT_VOID_ZONE = 1 , EVENT_SHADOW_NOVA , EVENT_SEED_OF_CORRUPTION } |
Functions | |
| void | AddSC_boss_zereketh_the_unbound () |
| enum ZerekethEvents |
| Enumerator | |
|---|---|
| EVENT_VOID_ZONE | |
| EVENT_SHADOW_NOVA | |
| EVENT_SEED_OF_CORRUPTION | |
Definition at line 39 of file boss_zereketh_the_unbound.cpp.
| enum ZerekethSpells |
| Enumerator | |
|---|---|
| SPELL_VOID_ZONE | |
| SPELL_SHADOW_NOVA | |
| SPELL_SEED_OF_CORRUPTION | |
Definition at line 32 of file boss_zereketh_the_unbound.cpp.
| enum ZerekethTexts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_SHADOW_NOVA | |
| SAY_DEATH | |
Definition at line 24 of file boss_zereketh_the_unbound.cpp.
| void AddSC_boss_zereketh_the_unbound | ( | ) |
Definition at line 121 of file boss_zereketh_the_unbound.cpp.
Here is the caller graph for this function: