![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "MotionMaster.h"#include "ScriptedCreature.h"#include "uldaman.h"
Include dependency graph for boss_ironaya.cpp:Go to the source code of this file.
Classes | |
| struct | boss_ironaya |
Enumerations | |
| enum | IronayaTexts { SAY_INTRO = 0 } |
| enum | IronayaSpells { SPELL_ARCING_SMASH = 8374 , SPELL_KNOCK_AWAY = 10101 , SPELL_WAR_STOMP = 11876 } |
| enum | IronayaEvents { EVENT_INTRO = 1 , EVENT_ARCING_SMASH , EVENT_KNOCK_AWAY , EVENT_WAR_STOMP } |
| enum | IronayaMisc { PATH_INTRO = 6 } |
Functions | |
| void | AddSC_boss_ironaya () |
| enum IronayaEvents |
| Enumerator | |
|---|---|
| EVENT_INTRO | |
| EVENT_ARCING_SMASH | |
| EVENT_KNOCK_AWAY | |
| EVENT_WAR_STOMP | |
Definition at line 40 of file boss_ironaya.cpp.
| enum IronayaMisc |
| Enumerator | |
|---|---|
| PATH_INTRO | |
Definition at line 49 of file boss_ironaya.cpp.
| enum IronayaSpells |
| Enumerator | |
|---|---|
| SPELL_ARCING_SMASH | |
| SPELL_KNOCK_AWAY | |
| SPELL_WAR_STOMP | |
Definition at line 33 of file boss_ironaya.cpp.
| enum IronayaTexts |
| Enumerator | |
|---|---|
| SAY_INTRO | |
Definition at line 28 of file boss_ironaya.cpp.
| void AddSC_boss_ironaya | ( | ) |