AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_hedrum.cpp File Reference
#include "CreatureScript.h"
#include "ScriptedCreature.h"
#include "blackrock_depths.h"

Go to the source code of this file.

Classes

class  boss_hedrum
 
struct  boss_hedrum::boss_hedrumAI
 

Enumerations

enum  Spells {
  SPELL_PARALYZING = 3609 ,
  SPELL_BANEFUL = 15475 ,
  SPELL_WEB_EXPLOSION = 15474
}
 
enum  Timers {
  TIMER_PARALYZING = 20000 ,
  TIMER_BANEFUL = 24000 ,
  TIMER_WEB_EXPLOSION = 20000
}
 

Functions

void AddSC_boss_hedrum ()
 

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_PARALYZING 
SPELL_BANEFUL 
SPELL_WEB_EXPLOSION 
23{
24 SPELL_PARALYZING = 3609,
25 SPELL_BANEFUL = 15475,
27};
@ SPELL_BANEFUL
Definition boss_hedrum.cpp:25
@ SPELL_PARALYZING
Definition boss_hedrum.cpp:24
@ SPELL_WEB_EXPLOSION
Definition boss_hedrum.cpp:26

◆ Timers

enum Timers
Enumerator
TIMER_PARALYZING 
TIMER_BANEFUL 
TIMER_WEB_EXPLOSION 
30{
31 TIMER_PARALYZING = 20000,
32 TIMER_BANEFUL = 24000,
34};
@ TIMER_PARALYZING
Definition boss_hedrum.cpp:31
@ TIMER_WEB_EXPLOSION
Definition boss_hedrum.cpp:33
@ TIMER_BANEFUL
Definition boss_hedrum.cpp:32

Function Documentation

◆ AddSC_boss_hedrum()

void AddSC_boss_hedrum ( )
100{
101 new boss_hedrum();
102}
Definition boss_hedrum.cpp:37

Referenced by AddEasternKingdomsScripts().