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

Go to the source code of this file.

Classes

class  boss_emperor_dagran_thaurissan
 
struct  boss_emperor_dagran_thaurissan::boss_draganthaurissanAI
 

Macros

#define DATA_PERCENT_DEAD_SENATORS   0
 

Enumerations

enum  Yells {
  YELL_SENATORS_ALIVE = 0 ,
  YELL_SENATORS_DEAD = 1 ,
  SAY_SLAY = 2
}
 
enum  Spells {
  SPELL_HANDOFTHAURISSAN = 17492 ,
  SPELL_AVATAROFFLAME = 15636
}
 

Functions

void AddSC_boss_draganthaurissan ()
 

Macro Definition Documentation

◆ DATA_PERCENT_DEAD_SENATORS

#define DATA_PERCENT_DEAD_SENATORS   0

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_HANDOFTHAURISSAN 
SPELL_AVATAROFFLAME 
30{
33};
@ SPELL_AVATAROFFLAME
Definition boss_emperor_dagran_thaurissan.cpp:32
@ SPELL_HANDOFTHAURISSAN
Definition boss_emperor_dagran_thaurissan.cpp:31

◆ Yells

enum Yells
Enumerator
YELL_SENATORS_ALIVE 
YELL_SENATORS_DEAD 
SAY_SLAY 
23{
26 SAY_SLAY = 2
27};
@ YELL_SENATORS_DEAD
Definition boss_emperor_dagran_thaurissan.cpp:25
@ YELL_SENATORS_ALIVE
Definition boss_emperor_dagran_thaurissan.cpp:24
@ SAY_SLAY
Definition boss_emperor_dagran_thaurissan.cpp:26

Function Documentation

◆ AddSC_boss_draganthaurissan()

void AddSC_boss_draganthaurissan ( )
137{
139}
Definition boss_emperor_dagran_thaurissan.cpp:38

Referenced by AddEasternKingdomsScripts().