TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
zone_thunder_bluff.cpp File Reference
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "Player.h"
+ Include dependency graph for zone_thunder_bluff.cpp:

Classes

class  npc_cairne_bloodhoof
 
struct  npc_cairne_bloodhoof::npc_cairne_bloodhoofAI
 

Macros

#define GOSSIP_HCB   "I know this is rather silly but a young ward who is a bit shy would like your hoofprint."
 

Enumerations

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

Functions

void AddSC_thunder_bluff ()
 

Macro Definition Documentation

#define GOSSIP_HCB   "I know this is rather silly but a young ward who is a bit shy would like your hoofprint."

Enumeration Type Documentation

Enumerator
SPELL_BERSERKER_CHARGE 
SPELL_CLEAVE 
SPELL_MORTAL_STRIKE 
SPELL_THUNDERCLAP 
SPELL_UPPERCUT 
36 {
37  SPELL_BERSERKER_CHARGE = 16636,
38  SPELL_CLEAVE = 16044,
39  SPELL_MORTAL_STRIKE = 16856,
40  SPELL_THUNDERCLAP = 23931,
41  SPELL_UPPERCUT = 22916
42 };
Definition: zone_thunder_bluff.cpp:37
Definition: zone_thunder_bluff.cpp:38
Definition: zone_thunder_bluff.cpp:39
Definition: zone_thunder_bluff.cpp:41
Definition: zone_thunder_bluff.cpp:40

Function Documentation

void AddSC_thunder_bluff ( )
128 {
129  new npc_cairne_bloodhoof();
130 }
Definition: zone_thunder_bluff.cpp:46

+ Here is the caller graph for this function: