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
}
 

Functions

void AddSC_boss_hedrum ()
 

Variables

constexpr Milliseconds TIMER_PARALYZING = 20s
 
constexpr Milliseconds TIMER_BANEFUL = 24s
 
constexpr Milliseconds TIMER_WEB_EXPLOSION = 20s
 

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

Function Documentation

◆ AddSC_boss_hedrum()

void AddSC_boss_hedrum ( )
97{
98 new boss_hedrum();
99}
Definition boss_hedrum.cpp:34

Referenced by AddEasternKingdomsScripts().

Variable Documentation

◆ TIMER_BANEFUL

constexpr Milliseconds TIMER_BANEFUL = 24s
constexpr

◆ TIMER_PARALYZING

constexpr Milliseconds TIMER_PARALYZING = 20s
constexpr

◆ TIMER_WEB_EXPLOSION

constexpr Milliseconds TIMER_WEB_EXPLOSION = 20s
constexpr