![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "hellfire_ramparts.h"#include "ObjectAccessor.h"#include "Player.h"#include "ScriptedCreature.h"
Include dependency graph for boss_omor_the_unscarred.cpp:Go to the source code of this file.
Classes | |
| class | boss_omor_the_unscarred |
| struct | boss_omor_the_unscarred::boss_omor_the_unscarredAI |
Enumerations | |
| enum | Says { SAY_AGGRO = 0 , SAY_SUMMON = 1 , SAY_CURSE = 2 , SAY_KILL_1 = 3 , SAY_DIE = 4 , SAY_WIPE = 5 } |
| enum | Spells { SPELL_ORBITAL_STRIKE = 30637 , SPELL_SHADOW_WHIP = 30638 , SPELL_TREACHEROUS_AURA = 30695 , H_SPELL_BANE_OF_TREACHERY = 37566 , SPELL_DEMONIC_SHIELD = 31901 , SPELL_SHADOW_BOLT = 30686 , H_SPELL_SHADOW_BOLT = 39297 , SPELL_SUMMON_FIENDISH_HOUND = 30707 } |
Functions | |
| void | AddSC_boss_omor_the_unscarred () |
| enum Says |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SUMMON | |
| SAY_CURSE | |
| SAY_KILL_1 | |
| SAY_DIE | |
| SAY_WIPE | |
Definition at line 31 of file boss_omor_the_unscarred.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_ORBITAL_STRIKE | |
| SPELL_SHADOW_WHIP | |
| SPELL_TREACHEROUS_AURA | |
| H_SPELL_BANE_OF_TREACHERY | |
| SPELL_DEMONIC_SHIELD | |
| SPELL_SHADOW_BOLT | |
| H_SPELL_SHADOW_BOLT | |
| SPELL_SUMMON_FIENDISH_HOUND | |
Definition at line 41 of file boss_omor_the_unscarred.cpp.
| void AddSC_boss_omor_the_unscarred | ( | ) |
Definition at line 234 of file boss_omor_the_unscarred.cpp.
Here is the caller graph for this function: