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

Go to the source code of this file.

Classes

class  npc_cairne_bloodhoof
 
struct  npc_cairne_bloodhoof::npc_cairne_bloodhoofAI
 

Enumerations

enum  CairneBloodhoof {
  SPELL_BERSERKER_CHARGE = 16636 ,
  SPELL_CLEAVE = 16044 ,
  SPELL_MORTAL_STRIKE = 16856 ,
  SPELL_THUNDERCLAP = 23931 ,
  SPELL_UPPERCUT = 22916 ,
  SPELL_CAIRNES_HOOFPRINT = 23123
}
 

Functions

void AddSC_thunder_bluff ()
 

Enumeration Type Documentation

◆ CairneBloodhoof

Enumerator
SPELL_BERSERKER_CHARGE 
SPELL_CLEAVE 
SPELL_MORTAL_STRIKE 
SPELL_THUNDERCLAP 
SPELL_UPPERCUT 
SPELL_CAIRNES_HOOFPRINT 
28{
30 SPELL_CLEAVE = 16044,
31 SPELL_MORTAL_STRIKE = 16856,
32 SPELL_THUNDERCLAP = 23931,
33 SPELL_UPPERCUT = 22916,
35};
@ SPELL_CLEAVE
Definition: zone_thunder_bluff.cpp:30
@ SPELL_MORTAL_STRIKE
Definition: zone_thunder_bluff.cpp:31
@ SPELL_THUNDERCLAP
Definition: zone_thunder_bluff.cpp:32
@ SPELL_CAIRNES_HOOFPRINT
Definition: zone_thunder_bluff.cpp:34
@ SPELL_BERSERKER_CHARGE
Definition: zone_thunder_bluff.cpp:29
@ SPELL_UPPERCUT
Definition: zone_thunder_bluff.cpp:33

Function Documentation

◆ AddSC_thunder_bluff()

void AddSC_thunder_bluff ( )
141{
143}
Definition: zone_thunder_bluff.cpp:39

Referenced by AddKalimdorScripts().