#include "Chat.h"
#include "AccountMgr.h"
#include "CellImpl.h"
#include "CharacterCache.h"
#include "ChatCommand.h"
#include "ChatPackets.h"
#include "Common.h"
#include "GridNotifiersImpl.h"
#include "Group.h"
#include "Language.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Optional.h"
#include "Player.h"
#include "RealmList.h"
#include "StringConvert.h"
#include "World.h"
#include "WorldSession.h"
Go to the source code of this file.
◆ GuidLinkType
| Enumerator |
|---|
| GUID_LINK_PLAYER | |
| GUID_LINK_CREATURE | |
| GUID_LINK_GAMEOBJECT | |
Definition at line 417 of file Chat.cpp.
◆ guidKeys
| char const* const guidKeys[] |
|
static |
Initial value:=
{
"Hplayer",
"Hcreature",
"Hgameobject",
nullptr
}
Definition at line 424 of file Chat.cpp.