Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
boss_hogger.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "instance_the_stockade.h"
Include dependency graph for boss_hogger.cpp:

Go to the source code of this file.

Classes

class  boss_hogger
struct  boss_hogger::boss_hoggerAI

Enumerations

enum  Events { EVENT_VICIOUS_SLICE = 1 , EVENT_MADDENING_CALL = 2 , EVENT_ENRAGE = 3 }
enum  Says { SAY_AGGRO = 0 , SAY_DEATH = 1 , SAY_ENRAGE = 2 }
enum  Spells { SPELL_ENRAGE = 86736 , SPELL_MADDENING_CALL = 86620 , SPELL_VICIOUS_SLICE = 86604 }

Functions

void AddSC_boss_hogger ()

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_VICIOUS_SLICE 
EVENT_MADDENING_CALL 
EVENT_ENRAGE 

Definition at line 30 of file boss_hogger.cpp.

◆ Says

enum Says
Enumerator
SAY_AGGRO 
SAY_DEATH 
SAY_ENRAGE 

Definition at line 17 of file boss_hogger.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_ENRAGE 
SPELL_MADDENING_CALL 
SPELL_VICIOUS_SLICE 

Definition at line 24 of file boss_hogger.cpp.

Function Documentation

◆ AddSC_boss_hogger()

void AddSC_boss_hogger ( )

Definition at line 119 of file boss_hogger.cpp.

Referenced by AddEasternKingdomsScripts().