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

Go to the source code of this file.

Classes

class  boss_general_angerforge
 
struct  boss_general_angerforge::boss_general_angerforgeAI
 

Enumerations

enum  Spells {
  SPELL_MIGHTYBLOW = 14099 ,
  SPELL_HAMSTRING = 9080 ,
  SPELL_CLEAVE = 20691
}
 

Functions

void AddSC_boss_general_angerforge ()
 

Enumeration Type Documentation

◆ Spells

enum Spells
Enumerator
SPELL_MIGHTYBLOW 
SPELL_HAMSTRING 
SPELL_CLEAVE 
23{
24 SPELL_MIGHTYBLOW = 14099,
25 SPELL_HAMSTRING = 9080,
26 SPELL_CLEAVE = 20691
27};
@ SPELL_HAMSTRING
Definition boss_general_angerforge.cpp:25
@ SPELL_CLEAVE
Definition boss_general_angerforge.cpp:26
@ SPELL_MIGHTYBLOW
Definition boss_general_angerforge.cpp:24

Function Documentation

◆ AddSC_boss_general_angerforge()

void AddSC_boss_general_angerforge ( )
131{
133}
Definition boss_general_angerforge.cpp:30

Referenced by AddEasternKingdomsScripts().