|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "ScriptMgr.h"#include "ScriptedCreature.h"#include "ScriptedGossip.h"#include "GameEventMgr.h"#include "Player.h"#include "WorldSession.h"Go to the source code of this file.
Classes | |
| class | npc_innkeeper |
Macros | |
| #define | LOCALE_INNKEEPER_0 "Make this inn my home." |
| #define | LOCALE_INNKEEPER_3 "Ich möchte dieses Gasthaus zu meinem Heimatort machen." |
| #define | LOCALE_TRICK_OR_TREAT_0 "Trick or Treat!" |
| #define | LOCALE_TRICK_OR_TREAT_2 "Des bonbons ou des blagues!" |
| #define | LOCALE_TRICK_OR_TREAT_3 "Süßes oder Saures!" |
| #define | LOCALE_TRICK_OR_TREAT_6 "¡Truco o trato!" |
Enumerations | |
| enum | Spells { SPELL_TRICK_OR_TREATED = 24755 , SPELL_TREAT = 24715 } |
Functions | |
| void | AddSC_npc_innkeeper () |
| #define LOCALE_INNKEEPER_0 "Make this inn my home." |
Definition at line 32 of file npc_innkeeper.cpp.
Referenced by npc_innkeeper::OnGossipHello().
| #define LOCALE_INNKEEPER_3 "Ich möchte dieses Gasthaus zu meinem Heimatort machen." |
Definition at line 33 of file npc_innkeeper.cpp.
Referenced by npc_innkeeper::OnGossipHello().
| #define LOCALE_TRICK_OR_TREAT_0 "Trick or Treat!" |
Definition at line 27 of file npc_innkeeper.cpp.
Referenced by npc_innkeeper::OnGossipHello().
| #define LOCALE_TRICK_OR_TREAT_2 "Des bonbons ou des blagues!" |
Definition at line 28 of file npc_innkeeper.cpp.
Referenced by npc_innkeeper::OnGossipHello().
| #define LOCALE_TRICK_OR_TREAT_3 "Süßes oder Saures!" |
Definition at line 29 of file npc_innkeeper.cpp.
Referenced by npc_innkeeper::OnGossipHello().
| #define LOCALE_TRICK_OR_TREAT_6 "¡Truco o trato!" |
Definition at line 30 of file npc_innkeeper.cpp.
Referenced by npc_innkeeper::OnGossipHello().
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_TRICK_OR_TREATED | |
| SPELL_TREAT | |
Definition at line 21 of file npc_innkeeper.cpp.
| void AddSC_npc_innkeeper | ( | ) |
Definition at line 123 of file npc_innkeeper.cpp.
Referenced by AddWorldScripts().