![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "InstanceScript.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"#include "violet_hold.h"
Include dependency graph for boss_moragg.cpp:Go to the source code of this file.
Classes | |
| struct | boss_moragg |
| class | spell_moragg_ray |
| class | spell_moragg_optic_link |
Macros | |
| #define | SPELL_RAY_OF_PAIN DUNGEON_MODE(54438,59523) |
| #define | SPELL_RAY_OF_SUFFERING DUNGEON_MODE(54442,59524) |
Enumerations | |
| enum | Spells { SPELL_CORROSIVE_SALIVA = 54527 , SPELL_OPTIC_LINK = 54396 , SPELL_OPTIC_LINK_LEVEL_1 = 54393 , SPELL_OPTIC_LINK_LEVEL_2 = 54394 , SPELL_OPTIC_LINK_LEVEL_3 = 54395 } |
Functions | |
| void | AddSC_boss_moragg () |
| #define SPELL_RAY_OF_PAIN DUNGEON_MODE(54438,59523) |
Definition at line 36 of file boss_moragg.cpp.
| #define SPELL_RAY_OF_SUFFERING DUNGEON_MODE(54442,59524) |
Definition at line 37 of file boss_moragg.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_CORROSIVE_SALIVA | |
| SPELL_OPTIC_LINK | |
| SPELL_OPTIC_LINK_LEVEL_1 | |
| SPELL_OPTIC_LINK_LEVEL_2 | |
| SPELL_OPTIC_LINK_LEVEL_3 | |
Definition at line 25 of file boss_moragg.cpp.
| void AddSC_boss_moragg | ( | ) |