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

Go to the source code of this file.

Classes

class  npc_announcer_toc5
 
struct  npc_announcer_toc5::npc_announcer_toc5AI
 

Macros

#define GOSSIP_START_EVENT1a   "I am ready."
 
#define GOSSIP_START_EVENT1b   "I am ready. However I'd like to skip the pageantry."
 
#define GOSSIP_START_EVENT2   "I'm ready for the next challenge."
 
#define GOSSIP_START_EVENT3   "I'm ready."
 

Functions

void AddSC_trial_of_the_champion ()
 

Macro Definition Documentation

◆ GOSSIP_START_EVENT1a

#define GOSSIP_START_EVENT1a   "I am ready."

◆ GOSSIP_START_EVENT1b

#define GOSSIP_START_EVENT1b   "I am ready. However I'd like to skip the pageantry."

◆ GOSSIP_START_EVENT2

#define GOSSIP_START_EVENT2   "I'm ready for the next challenge."

◆ GOSSIP_START_EVENT3

#define GOSSIP_START_EVENT3   "I'm ready."

Function Documentation

◆ AddSC_trial_of_the_champion()

void AddSC_trial_of_the_champion ( )
139{
140 new npc_announcer_toc5();
141}
Definition: trial_of_the_champion.cpp:30

Referenced by AddNorthrendScripts().