![]() |
TrinityCore
|
#include "InstanceScript.h"#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellScript.h"#include "ragefire_chasm.h"
Include dependency graph for boss_dark_shaman_koranthal.cpp:Go to the source code of this file.
Classes | |
| struct | boss_dark_shaman_koranthal |
| class | spell_dark_shaman_koranthal_shadow_storm |
Enumerations | |
| enum | KoranthalSpells { SPELL_SHADOW_VORTEX = 119928 , SPELL_TWISTED_ELEMENTS = 119300 , SPELL_SHADOW_STORM = 119971 } |
| enum | KoranthalTexts { SAY_AGGRO = 0 , SAY_SHADOW_STORM = 1 , SAY_DEATH = 2 } |
| enum | KoranthalEvents { EVENT_TWISTED_ELEMENTS = 1 , EVENT_SHADOW_STORM = 2 } |
Functions | |
| void | AddSC_boss_dark_shaman_koranthal () |
| enum KoranthalEvents |
| Enumerator | |
|---|---|
| EVENT_TWISTED_ELEMENTS | |
| EVENT_SHADOW_STORM | |
Definition at line 38 of file boss_dark_shaman_koranthal.cpp.
| enum KoranthalSpells |
| Enumerator | |
|---|---|
| SPELL_SHADOW_VORTEX | |
| SPELL_TWISTED_ELEMENTS | |
| SPELL_SHADOW_STORM | |
Definition at line 24 of file boss_dark_shaman_koranthal.cpp.
| enum KoranthalTexts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SHADOW_STORM | |
| SAY_DEATH | |
Definition at line 31 of file boss_dark_shaman_koranthal.cpp.
| void AddSC_boss_dark_shaman_koranthal | ( | ) |
Definition at line 138 of file boss_dark_shaman_koranthal.cpp.
Here is the caller graph for this function: