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

Classes

class  npc_jaina_proudmoore
 
class  npc_thrall
 
class  npc_tyrande_whisperwind
 

Macros

#define GOSSIP_ITEM_BEGIN_ALLY   "My companions and I are with you, Lady Proudmoore."
 
#define GOSSIP_ITEM_ANETHERON   "We are ready for whatever Archimonde might send our way, Lady Proudmoore."
 
#define GOSSIP_ITEM_BEGIN_HORDE   "I am with you, Thrall."
 
#define GOSSIP_ITEM_AZGALOR   "We have nothing to fear."
 
#define GOSSIP_ITEM_RETREAT   "We can't keep this up. Let's retreat!"
 
#define GOSSIP_ITEM_TYRANDE   "Aid us in defending Nordrassil"
 
#define ITEM_TEAR_OF_GODDESS   24494
 
#define GOSSIP_ITEM_GM1   "[GM] Toggle Debug Timers"
 

Functions

void AddSC_hyjal ()
 

Macro Definition Documentation

#define GOSSIP_ITEM_ANETHERON   "We are ready for whatever Archimonde might send our way, Lady Proudmoore."
#define GOSSIP_ITEM_AZGALOR   "We have nothing to fear."
#define GOSSIP_ITEM_BEGIN_ALLY   "My companions and I are with you, Lady Proudmoore."
#define GOSSIP_ITEM_BEGIN_HORDE   "I am with you, Thrall."
#define GOSSIP_ITEM_GM1   "[GM] Toggle Debug Timers"
#define GOSSIP_ITEM_RETREAT   "We can't keep this up. Let's retreat!"
#define GOSSIP_ITEM_TYRANDE   "Aid us in defending Nordrassil"
#define ITEM_TEAR_OF_GODDESS   24494

Function Documentation

void AddSC_hyjal ( )
258 {
259  new npc_jaina_proudmoore();
260  new npc_thrall();
262 }
Definition: hyjal.cpp:211
Definition: hyjal.cpp:51
Definition: hyjal.cpp:130

+ Here is the caller graph for this function: