![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "DatabaseEnv.h"#include "Mail.h"#include "Map.h"#include "MotionMaster.h"#include "Player.h"#include "ScriptedCreature.h"
Include dependency graph for zone_dalaran.cpp:Go to the source code of this file.
Classes | |
| struct | npc_mageguard_dalaran |
| struct | npc_minigob_manabonk |
Enumerations | |
| enum | Spells { SPELL_TRESPASSER_A = 54028 , SPELL_TRESPASSER_H = 54029 , SPELL_SUNREAVER_DISGUISE_FEMALE = 70973 , SPELL_SUNREAVER_DISGUISE_MALE = 70974 , SPELL_SILVER_COVENANT_DISGUISE_FEMALE = 70971 , SPELL_SILVER_COVENANT_DISGUISE_MALE = 70972 } |
| enum | NPCs { NPC_APPLEBOUGH_A = 29547 , NPC_SWEETBERRY_H = 29715 , NPC_SILVER_COVENANT_GUARDIAN_MAGE = 29254 , NPC_SUNREAVER_GUARDIAN_MAGE = 29255 } |
| enum | MinigobData { ZONE_DALARAN = 4395 , SPELL_MANABONKED = 61839 , SPELL_TELEPORT_VISUAL = 51347 , SPELL_IMPROVED_BLINK = 61995 , EVENT_SELECT_TARGET = 1 , EVENT_LAUGH_1 = 2 , EVENT_WANDER = 3 , EVENT_PAUSE = 4 , EVENT_CAST = 5 , EVENT_LAUGH_2 = 6 , EVENT_BLINK = 7 , EVENT_DESPAWN = 8 , MAIL_MINIGOB_ENTRY = 264 , MAIL_DELIVER_DELAY_MIN = 5*MINUTE , MAIL_DELIVER_DELAY_MAX = 15*MINUTE } |
Functions | |
| void | AddSC_dalaran () |
| enum MinigobData |
Definition at line 119 of file zone_dalaran.cpp.
| enum NPCs |
| Enumerator | |
|---|---|
| NPC_APPLEBOUGH_A | |
| NPC_SWEETBERRY_H | |
| NPC_SILVER_COVENANT_GUARDIAN_MAGE | |
| NPC_SUNREAVER_GUARDIAN_MAGE | |
Definition at line 50 of file zone_dalaran.cpp.
| enum Spells |
| Enumerator | |
|---|---|
| SPELL_TRESPASSER_A | |
| SPELL_TRESPASSER_H | |
| SPELL_SUNREAVER_DISGUISE_FEMALE | |
| SPELL_SUNREAVER_DISGUISE_MALE | |
| SPELL_SILVER_COVENANT_DISGUISE_FEMALE | |
| SPELL_SILVER_COVENANT_DISGUISE_MALE | |
Definition at line 39 of file zone_dalaran.cpp.
| void AddSC_dalaran | ( | ) |