![]() |
TrinityCore
|
#include "pit_of_saron.h"#include "InstanceScript.h"#include "Map.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptedCreature.h"#include "ScriptMgr.h"#include "SpellInfo.h"#include "SpellScript.h"#include "TemporarySummon.h"#include "Vehicle.h"
Include dependency graph for boss_krickandick.cpp:Go to the source code of this file.
Classes | |
| struct | boss_ick |
| struct | boss_krick |
| class | spell_krick_explosive_barrage |
| class | spell_ick_explosive_barrage |
| class | spell_exploding_orb_hasty_grow |
| class | spell_krick_pursuit |
| class | spell_krick_pursuit_AuraScript |
| class | spell_krick_pursuit_confusion |
Functions | |
| void | AddSC_boss_ick () |
Variables | |
| static Position const | outroPos [8] |
| enum Actions |
| Enumerator | |
|---|---|
| ACTION_OUTRO | |
| ACTION_STORE_OLD_TARGET | |
| ACTION_RESET_THREAT | |
Definition at line 115 of file boss_krickandick.cpp.
| enum Events |
Definition at line 82 of file boss_krickandick.cpp.
| enum KrickPhase |
| Enumerator | |
|---|---|
| PHASE_COMBAT | |
| PHASE_OUTRO | |
Definition at line 109 of file boss_krickandick.cpp.
| enum Points |
| Enumerator | |
|---|---|
| POINT_KRICK_INTRO | |
| POINT_KRICK_DEATH | |
Definition at line 122 of file boss_krickandick.cpp.
| enum Spells |
Definition at line 31 of file boss_krickandick.cpp.
| enum Yells |
Definition at line 53 of file boss_krickandick.cpp.
| void AddSC_boss_ick | ( | ) |
|
static |
Definition at line 128 of file boss_krickandick.cpp.