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

Macros

#define CS_GOSSIP1   "Give me a situation report, Captain."
 
#define CS_GOSSIP2   "What went wrong?"
 
#define CS_GOSSIP3   "Why did they stop?"
 
#define CS_GOSSIP4   "Your insight is appreciated."
 

Enumerations

enum  ProphetSpeeches {
  PROPHET_SAY1 = -1580099, PROPHET_SAY2 = -1580100, PROPHET_SAY3 = -1580101, PROPHET_SAY4 = -1580102,
  PROPHET_SAY5 = -1580103, PROPHET_SAY6 = -1580104, PROPHET_SAY7 = -1580105, PROPHET_SAY8 = -1580106
}
 
enum  LiadrinnSpeeches { LIADRIN_SAY1 = -1580107, LIADRIN_SAY2 = -1580108, LIADRIN_SAY3 = -1580109 }
 

Functions

void AddSC_sunwell_plateau ()
 

Macro Definition Documentation

#define CS_GOSSIP1   "Give me a situation report, Captain."
#define CS_GOSSIP2   "What went wrong?"
#define CS_GOSSIP3   "Why did they stop?"
#define CS_GOSSIP4   "Your insight is appreciated."

Enumeration Type Documentation

Enumerator
LIADRIN_SAY1 
LIADRIN_SAY2 
LIADRIN_SAY3 
50 {
51  LIADRIN_SAY1 = -1580107,
52  LIADRIN_SAY2 = -1580108,
53  LIADRIN_SAY3 = -1580109
54 };
Definition: sunwell_plateau.cpp:52
Definition: sunwell_plateau.cpp:51
Definition: sunwell_plateau.cpp:53
Enumerator
PROPHET_SAY1 
PROPHET_SAY2 
PROPHET_SAY3 
PROPHET_SAY4 
PROPHET_SAY5 
PROPHET_SAY6 
PROPHET_SAY7 
PROPHET_SAY8 
38 {
39  PROPHET_SAY1 = -1580099,
40  PROPHET_SAY2 = -1580100,
41  PROPHET_SAY3 = -1580101,
42  PROPHET_SAY4 = -1580102,
43  PROPHET_SAY5 = -1580103,
44  PROPHET_SAY6 = -1580104,
45  PROPHET_SAY7 = -1580105,
46  PROPHET_SAY8 = -1580106
47 };
Definition: sunwell_plateau.cpp:46
Definition: sunwell_plateau.cpp:39
Definition: sunwell_plateau.cpp:44
Definition: sunwell_plateau.cpp:42
Definition: sunwell_plateau.cpp:45
Definition: sunwell_plateau.cpp:43
Definition: sunwell_plateau.cpp:40
Definition: sunwell_plateau.cpp:41

Function Documentation

void AddSC_sunwell_plateau ( )
65 { }

+ Here is the caller graph for this function: