AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
boss_ghazan.cpp File Reference
#include "AreaTriggerScript.h"
#include "CreatureScript.h"
#include "Player.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"
#include "the_underbog.h"

Go to the source code of this file.

Classes

struct  boss_ghazan
 
class  at_underbog_ghazan
 

Enumerations

enum  eBlackStalker {
  SPELL_ACID_BREATH = 34268 ,
  SPELL_ACID_SPIT = 34290 ,
  SPELL_TAIL_SWEEP = 34267 ,
  SPELL_ENRAGE = 15716 ,
  ACTION_MOVE_TO_PLATFORM = 1
}
 

Functions

void AddSC_boss_ghazan ()
 

Enumeration Type Documentation

◆ eBlackStalker

Enumerator
SPELL_ACID_BREATH 
SPELL_ACID_SPIT 
SPELL_TAIL_SWEEP 
SPELL_ENRAGE 
ACTION_MOVE_TO_PLATFORM 
26{
27 SPELL_ACID_BREATH = 34268,
28 SPELL_ACID_SPIT = 34290,
29 SPELL_TAIL_SWEEP = 34267,
30 SPELL_ENRAGE = 15716,
31
33};
@ SPELL_ENRAGE
Definition boss_ghazan.cpp:30
@ ACTION_MOVE_TO_PLATFORM
Definition boss_ghazan.cpp:32
@ SPELL_TAIL_SWEEP
Definition boss_ghazan.cpp:29
@ SPELL_ACID_BREATH
Definition boss_ghazan.cpp:27
@ SPELL_ACID_SPIT
Definition boss_ghazan.cpp:28

Function Documentation

◆ AddSC_boss_ghazan()

void AddSC_boss_ghazan ( )
158{
160 new at_underbog_ghazan();
161}
Definition boss_ghazan.cpp:138
Definition boss_ghazan.cpp:36
#define RegisterUnderbogCreatureAI(ai_name)
Definition the_underbog.h:48

References RegisterUnderbogCreatureAI.

Referenced by AddOutlandScripts().