![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "GridNotifiers.h"#include "ScriptedCreature.h"#include "SpellAuras.h"#include "SpellScript.h"
Include dependency graph for boss_lord_kazzak_anniversary.cpp:Go to the source code of this file.
Enumerations | |
| enum | LordKazzakSpells { SPELL_MARK_OF_KAZZAK_SELECTOR = 243737 , SPELL_MARK_OF_KAZZAK_PERIODIC = 243723 , SPELL_MARK_OF_KAZZAK_DAMAGE = 243725 , SPELL_MARK_OF_KAZZAK_EXPLOSION = 243726 , SPELL_VOID_BOLT = 243713 , SPELL_THUNDERCLAP = 243715 , SPELL_SHADOW_BOLT_VOLLEY = 243712 , SPELL_FRENZY = 156598 } |
| enum | LordKazzakTexts { SAY_AGGRO = 0 , SAY_KILL = 1 , SAY_FRENZY = 2 } |
| enum | LordKazzakEvents { EVENT_MARK_OF_KAZZAK = 1 , EVENT_VOID_BOLT , EVENT_THUNDERCLAP , EVENT_SHADOW_BOLT_VOLLEY } |
Functions | |
| void | AddSC_boss_lord_kazzak_anniversary () |
| enum LordKazzakEvents |
| Enumerator | |
|---|---|
| EVENT_MARK_OF_KAZZAK | |
| EVENT_VOID_BOLT | |
| EVENT_THUNDERCLAP | |
| EVENT_SHADOW_BOLT_VOLLEY | |
Definition at line 43 of file boss_lord_kazzak_anniversary.cpp.
| enum LordKazzakSpells |
Definition at line 24 of file boss_lord_kazzak_anniversary.cpp.
| enum LordKazzakTexts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_KILL | |
| SAY_FRENZY | |
Definition at line 36 of file boss_lord_kazzak_anniversary.cpp.
| void AddSC_boss_lord_kazzak_anniversary | ( | ) |
Definition at line 260 of file boss_lord_kazzak_anniversary.cpp.
Here is the caller graph for this function: