![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "SpellScriptLoader.h"
#include "hellfire_ramparts.h"
#include "SpellScript.h"
Go to the source code of this file.
Classes | |
struct | boss_watchkeeper_gargolmar |
class | spell_gargolmar_retalliation |
Enumerations | |
enum | Says { SAY_TAUNT = 0 , SAY_HEAL = 1 , SAY_SURGE = 2 , SAY_AGGRO = 3 , SAY_KILL = 4 , SAY_DIE = 5 } |
enum | Spells { SPELL_MORTAL_WOUND = 30641 , SPELL_SURGE = 34645 , SPELL_RETALIATION = 22857 } |
enum | Misc { NPC_HELLFIRE_WATCHER = 17309 } |
Functions | |
void | AddSC_boss_watchkeeper_gargolmar () |
enum Misc |
Enumerator | |
---|---|
NPC_HELLFIRE_WATCHER |
enum Says |
enum Spells |
Enumerator | |
---|---|
SPELL_MORTAL_WOUND | |
SPELL_SURGE | |
SPELL_RETALIATION |
void AddSC_boss_watchkeeper_gargolmar | ( | ) |
References RegisterHellfireRampartsCreatureAI, and RegisterSpellScript.
Referenced by AddOutlandScripts().