![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "blood_furnace.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "TemporarySummon.h"
Include dependency graph for boss_kelidan_the_breaker.cpp:Go to the source code of this file.
Classes | |
| class | boss_kelidan_the_breaker |
| struct | boss_kelidan_the_breaker::boss_kelidan_the_breakerAI |
| class | npc_shadowmoon_channeler |
| struct | npc_shadowmoon_channeler::npc_shadowmoon_channelerAI |
Enumerations | |
| enum | Kelidan { SAY_WAKE = 0 , SAY_ADD_AGGRO = 1 , SAY_KILL = 2 , SAY_NOVA = 3 , SAY_DIE = 4 , SPELL_CORRUPTION = 30938 , SPELL_EVOCATION = 30935 , SPELL_FIRE_NOVA = 33132 , H_SPELL_FIRE_NOVA = 37371 , SPELL_SHADOW_BOLT_VOLLEY = 28599 , H_SPELL_SHADOW_BOLT_VOLLEY = 40070 , SPELL_BURNING_NOVA = 30940 , SPELL_VORTEX = 37370 , ENTRY_KELIDAN = 17377 , ENTRY_CHANNELER = 17653 , ACTION_ACTIVATE_ADDS = 92 } |
| enum | Shadowmoon { SPELL_SHADOW_BOLT = 12739 , H_SPELL_SHADOW_BOLT = 15472 , SPELL_MARK_OF_SHADOW = 30937 , SPELL_CHANNELING = 39123 } |
Functions | |
| void | AddSC_boss_kelidan_the_breaker () |
Variables | |
| const float | ShadowmoonChannelers [5][4] |
| enum Kelidan |
Definition at line 24 of file boss_kelidan_the_breaker.cpp.
| enum Shadowmoon |
| Enumerator | |
|---|---|
| SPELL_SHADOW_BOLT | |
| H_SPELL_SHADOW_BOLT | |
| SPELL_MARK_OF_SHADOW | |
| SPELL_CHANNELING | |
Definition at line 260 of file boss_kelidan_the_breaker.cpp.
| void AddSC_boss_kelidan_the_breaker | ( | ) |
Definition at line 366 of file boss_kelidan_the_breaker.cpp.
Here is the caller graph for this function:| const float ShadowmoonChannelers[5][4] |
Definition at line 50 of file boss_kelidan_the_breaker.cpp.