![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "black_temple.h"#include "ObjectAccessor.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"
Include dependency graph for black_temple.cpp:Go to the source code of this file.
Classes | |
| struct | npc_wrathbone_flayer |
| struct | npc_angered_soul_fragment |
| class | spell_soul_fragment_anger |
| class | spell_illidari_nightlord_shadow_inferno |
Enumerations | |
| enum | Spells { SPELL_CLEAVE = 15496 , SPELL_IGNORED = 39544 , SPELL_SUMMON_CHANNEL = 40094 , SPELL_GREATER_INVISIBILITY = 41253 , SPELL_ANGER = 41986 , SPELL_SHADOW_INFERNO_DAMAGE = 39646 } |
| enum | Creatures { NPC_BLOOD_MAGE = 22945 , NPC_DEATHSHAPER = 22882 } |
| enum | Events { EVENT_GET_CHANNELERS = 1 , EVENT_SET_CHANNELERS , EVENT_CLEAVE , EVENT_IGNORED } |
| enum | Misc { GROUP_OUT_OF_COMBAT = 1 } |
Functions | |
| void | AddSC_black_temple () |
| enum Creatures |
| Enumerator | |
|---|---|
| NPC_BLOOD_MAGE | |
| NPC_DEATHSHAPER | |
Definition at line 40 of file black_temple.cpp.
| enum Events |
| Enumerator | |
|---|---|
| EVENT_GET_CHANNELERS | |
| EVENT_SET_CHANNELERS | |
| EVENT_CLEAVE | |
| EVENT_IGNORED | |
Definition at line 46 of file black_temple.cpp.
| enum Misc |
| Enumerator | |
|---|---|
| GROUP_OUT_OF_COMBAT | |
Definition at line 55 of file black_temple.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_CLEAVE | |
| SPELL_IGNORED | |
| SPELL_SUMMON_CHANNEL | |
| SPELL_GREATER_INVISIBILITY | |
| SPELL_ANGER | |
| SPELL_SHADOW_INFERNO_DAMAGE | |
Definition at line 25 of file black_temple.cpp.
| void AddSC_black_temple | ( | ) |