|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "Player.h"#include "WorldSession.h"Go to the source code of this file.
Classes | |
| class | npc_augustus_the_touched |
| class | npc_darrowshire_spirit |
| struct | npc_darrowshire_spirit::npc_darrowshire_spiritAI |
| class | npc_ghoul_flayer |
| struct | npc_ghoul_flayer::npc_ghoul_flayerAI |
| class | npc_tirion_fordring |
Macros | |
| #define | GOSSIP_HELLO "I am ready to hear your tale, Tirion." |
| #define | GOSSIP_SELECT1 "Thank you, Tirion. What of your identity?" |
| #define | GOSSIP_SELECT2 "That is terrible." |
| #define | GOSSIP_SELECT3 "I will, Tirion." |
Enumerations | |
| enum | DarrowshireSpirit { SPELL_SPIRIT_SPAWNIN = 17321 } |
Functions | |
| void | AddSC_eastern_plaguelands () |
| #define GOSSIP_HELLO "I am ready to hear your tale, Tirion." |
Definition at line 127 of file zone_eastern_plaguelands.cpp.
Referenced by npc_tirion_fordring::OnGossipHello().
| #define GOSSIP_SELECT1 "Thank you, Tirion. What of your identity?" |
Definition at line 128 of file zone_eastern_plaguelands.cpp.
Referenced by npc_tirion_fordring::OnGossipSelect().
| #define GOSSIP_SELECT2 "That is terrible." |
Definition at line 129 of file zone_eastern_plaguelands.cpp.
Referenced by npc_tirion_fordring::OnGossipSelect().
| #define GOSSIP_SELECT3 "I will, Tirion." |
Definition at line 130 of file zone_eastern_plaguelands.cpp.
Referenced by npc_tirion_fordring::OnGossipSelect().
| enum DarrowshireSpirit |
| Enumerator | |
|---|---|
| SPELL_SPIRIT_SPAWNIN | |
Definition at line 86 of file zone_eastern_plaguelands.cpp.
| void AddSC_eastern_plaguelands | ( | ) |
Definition at line 176 of file zone_eastern_plaguelands.cpp.
Referenced by AddEasternKingdomsScripts().