AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Chat.h"
#include "AccountMgr.h"
#include "CellImpl.h"
#include "Common.h"
#include "GridNotifiersImpl.h"
#include "Language.h"
#include "ObjectMgr.h"
#include "Opcodes.h"
#include "Player.h"
#include "Realm.h"
#include "ScriptMgr.h"
#include "Tokenize.h"
#include "World.h"
#include "WorldPacket.h"
#include "WorldSession.h"
#include <boost/algorithm/string/replace.hpp>
Go to the source code of this file.
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 |
Enumerator | |
---|---|
SPELL_LINK_PLAYER | |
SPELL_LINK_CREATURE | |
SPELL_LINK_GAMEOBJECT |
enum SpellLinkType |
Enumerator | |
---|---|
SPELL_LINK_SPELL | |
SPELL_LINK_TALENT | |
SPELL_LINK_ENCHANT | |
SPELL_LINK_TRADE | |
SPELL_LINK_GLYPH |
|
static |
Referenced by ChatHandler::extractLowGuidFromLink().
|
static |
Referenced by ChatHandler::extractSpellIdFromLink().