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

Go to the source code of this file.

Classes

class  boss_gorosh_the_dervish
 
struct  boss_gorosh_the_dervish::boss_gorosh_the_dervishAI
 

Enumerations

enum  Spells {
  SPELL_WHIRLWIND = 15589 ,
  SPELL_MORTALSTRIKE = 15708 ,
  SPELL_BLOODLUST = 21049
}
 

Functions

void AddSC_boss_gorosh_the_dervish ()
 

Variables

constexpr Milliseconds TIMER_WHIRLWIND = 12s
 
constexpr Milliseconds TIMER_MORTAL = 22s
 
constexpr Milliseconds TIMER_BLOODLUST = 30s
 

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_WHIRLWIND 
SPELL_MORTALSTRIKE 
SPELL_BLOODLUST 
23{
24 SPELL_WHIRLWIND = 15589,
25 SPELL_MORTALSTRIKE = 15708,
26 SPELL_BLOODLUST = 21049
27};
@ SPELL_MORTALSTRIKE
Definition boss_gorosh_the_dervish.cpp:25
@ SPELL_BLOODLUST
Definition boss_gorosh_the_dervish.cpp:26
@ SPELL_WHIRLWIND
Definition boss_gorosh_the_dervish.cpp:24

Function Documentation

◆ AddSC_boss_gorosh_the_dervish()

void AddSC_boss_gorosh_the_dervish ( )
105{
107}
Definition boss_gorosh_the_dervish.cpp:34

Referenced by AddEasternKingdomsScripts().

Variable Documentation

◆ TIMER_BLOODLUST

◆ TIMER_MORTAL

◆ TIMER_WHIRLWIND