![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "hyjal.h"#include "hyjal_trash.h"#include "InstanceScript.h"#include "ObjectAccessor.h"#include "SpellScript.h"
Include dependency graph for boss_anetheron.cpp:Go to the source code of this file.
Enumerations | |
| enum | Spells { SPELL_CARRION_SWARM = 31306 , SPELL_SLEEP = 31298 , SPELL_VAMPIRIC_AURA = 38196 , SPELL_VAMPIRIC_AURA_HEAL = 31285 , SPELL_INFERNO = 31299 , SPELL_IMMOLATION = 31303 , SPELL_INFERNO_EFFECT = 31302 } |
| enum | Texts { SAY_ONDEATH = 0 , SAY_ONSLAY = 1 , SAY_SWARM = 2 , SAY_SLEEP = 3 , SAY_INFERNO = 4 , SAY_ONAGGRO = 5 } |
Functions | |
| void | AddSC_boss_anetheron () |
Variables | |
| static constexpr uint32 | PATH_ESCORT_ANETHERON = 142466 |
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_CARRION_SWARM | |
| SPELL_SLEEP | |
| SPELL_VAMPIRIC_AURA | |
| SPELL_VAMPIRIC_AURA_HEAL | |
| SPELL_INFERNO | |
| SPELL_IMMOLATION | |
| SPELL_INFERNO_EFFECT | |
Definition at line 25 of file boss_anetheron.cpp.
| enum Texts |
| Enumerator | |
|---|---|
| SAY_ONDEATH | |
| SAY_ONSLAY | |
| SAY_SWARM | |
| SAY_SLEEP | |
| SAY_INFERNO | |
| SAY_ONAGGRO | |
Definition at line 36 of file boss_anetheron.cpp.
| void AddSC_boss_anetheron | ( | ) |
|
staticconstexpr |
Definition at line 46 of file boss_anetheron.cpp.