![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "SpellInfo.h"#include "SpellScript.h"#include "the_botanica.h"
Include dependency graph for boss_commander_sarannis.cpp:Go to the source code of this file.
Classes | |
| struct | boss_commander_sarannis |
| class | spell_commander_sarannis_arcane_devastation |
| class | spell_commander_sarannis_summon_reinforcements |
Enumerations | |
| enum | Texts { SAY_AGGRO = 0 , SAY_SLAY = 1 , SAY_ARCANE_DEVASTATION = 2 , EMOTE_SUMMON = 3 , SAY_SUMMON = 4 , SAY_DEATH = 5 } |
| enum | Spells { SPELL_ARCANE_RESONANCE = 34794 , SPELL_ARCANE_DEVASTATION = 34799 , SPELL_SUMMON_REINFORCEMENTS = 34803 , SPELL_SUMMON_MENDER_1 = 34810 , SPELL_SUMMON_RESERVIST_1 = 34817 , SPELL_SUMMON_RESERVIST_2 = 34818 , SPELL_SUMMON_RESERVIST_3 = 34819 } |
| enum | Events { EVENT_ARCANE_DEVASTATION = 1 , EVENT_SUMMON_REINFORCEMENTS } |
Functions | |
| void | AddSC_boss_commander_sarannis () |
Variables | |
| uint32 const | SummonReinforcementsSpells [] |
| enum Events |
| Enumerator | |
|---|---|
| EVENT_ARCANE_DEVASTATION | |
| EVENT_SUMMON_REINFORCEMENTS | |
Definition at line 46 of file boss_commander_sarannis.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_ARCANE_RESONANCE | |
| SPELL_ARCANE_DEVASTATION | |
| SPELL_SUMMON_REINFORCEMENTS | |
| SPELL_SUMMON_MENDER_1 | |
| SPELL_SUMMON_RESERVIST_1 | |
| SPELL_SUMMON_RESERVIST_2 | |
| SPELL_SUMMON_RESERVIST_3 | |
Definition at line 34 of file boss_commander_sarannis.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_ARCANE_DEVASTATION | |
| EMOTE_SUMMON | |
| SAY_SUMMON | |
| SAY_DEATH | |
Definition at line 24 of file boss_commander_sarannis.cpp.
| void AddSC_boss_commander_sarannis | ( | ) |
Definition at line 192 of file boss_commander_sarannis.cpp.
Here is the caller graph for this function:| uint32 const SummonReinforcementsSpells[] |
Definition at line 52 of file boss_commander_sarannis.cpp.