TrinityCore
|
#include "Common.h"
#include "ObjectMgr.h"
#include "World.h"
#include "WorldSession.h"
#include "DatabaseEnv.h"
#include "AccountMgr.h"
#include "CellImpl.h"
#include "Chat.h"
#include "GridNotifiersImpl.h"
#include "Language.h"
#include "Log.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "ChatLink.h"
#include "Group.h"
Enumerations | |
enum | SpellLinkType { SPELL_LINK_SPELL = 0, SPELL_LINK_TALENT = 1, SPELL_LINK_ENCHANT = 2, SPELL_LINK_TRADE = 3, SPELL_LINK_GLYPH = 4 } |
enum | GuidLinkType { SPELL_LINK_PLAYER = 0, SPELL_LINK_CREATURE = 1, SPELL_LINK_GAMEOBJECT = 2 } |
Variables | |
static char const *const | spellKeys [] |
static char const *const | guidKeys [] |
enum GuidLinkType |
enum SpellLinkType |