TrinityCore
Loading...
Searching...
No Matches
boss_mal_ganis.cpp File Reference
#include "culling_of_stratholme.h"
#include "InstanceScript.h"
#include "Map.h"
#include "MotionMaster.h"
#include "ObjectAccessor.h"
#include "PassiveAI.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "SpellMgr.h"
+ Include dependency graph for boss_mal_ganis.cpp:

Go to the source code of this file.

Classes

class  boss_mal_ganis
 
struct  boss_mal_ganis::boss_mal_ganisAI
 

Enumerations

enum  Spells { SPELL_CARRION_SWARM = 52720 , SPELL_MIND_BLAST = 52722 , SPELL_SLEEP = 52721 , SPELL_VAMPIRIC_TOUCH = 52723 }
 
enum  Yells {
  SAY_KILL = 3 , SAY_SLAY = 4 , SAY_SLEEP = 5 , SAY_30HEALTH = 6 ,
  SAY_15HEALTH = 7
}
 
enum  Events { EVENT_CARRION_SWARM = 1 , EVENT_MIND_BLAST , EVENT_VAMPIRIC_TOUCH , EVENT_SLEEP }
 

Functions

void AddSC_boss_mal_ganis ()
 

Enumeration Type Documentation

◆ Events

enum Events
Enumerator
EVENT_CARRION_SWARM 
EVENT_MIND_BLAST 
EVENT_VAMPIRIC_TOUCH 
EVENT_SLEEP 

Definition at line 46 of file boss_mal_ganis.cpp.

◆ Spells

enum Spells
Enumerator
SPELL_CARRION_SWARM 
SPELL_MIND_BLAST 
SPELL_SLEEP 
SPELL_VAMPIRIC_TOUCH 

Definition at line 29 of file boss_mal_ganis.cpp.

◆ Yells

enum Yells
Enumerator
SAY_KILL 
SAY_SLAY 
SAY_SLEEP 
SAY_30HEALTH 
SAY_15HEALTH 

Definition at line 37 of file boss_mal_ganis.cpp.

Function Documentation

◆ AddSC_boss_mal_ganis()

void AddSC_boss_mal_ganis ( )

Definition at line 195 of file boss_mal_ganis.cpp.

+ Here is the caller graph for this function: