#include <ChatLink.h>
TalentChatLink::TalentChatLink |
( |
| ) |
|
|
inline |
int32 _rankId
Definition: ChatLink.h:142
uint32 _talentId
Definition: ChatLink.h:141
SpellChatLink()
Definition: ChatLink.h:95
bool TalentChatLink::Initialize |
( |
std::istringstream & |
iss | ) |
|
|
overridevirtual |
Reimplemented from SpellChatLink.
491 TC_LOG_TRACE(
"chat.system",
"ChatHandler::isValidChatMessage('%s'): sequence finished unexpectedly while reading talent entry", iss.str().c_str());
498 TC_LOG_TRACE(
"chat.system",
"ChatHandler::isValidChatMessage('%s'): got invalid talent id %u in |talent command", iss.str().c_str(),
_talentId);
505 TC_LOG_TRACE(
"chat.system",
"ChatHandler::isValidChatMessage('%s'): got invalid spell id %u in |trade command", iss.str().c_str(), talentInfo->
SpellID);
514 TC_LOG_TRACE(
"chat.system",
"ChatHandler::isValidChatMessage('%s'): sequence finished unexpectedly while reading talent rank", iss.str().c_str());
bool ReadInt32(std::istringstream &iss, int32 &res)
Definition: ChatLink.cpp:55
uint32 _color
Definition: ChatLink.h:51
int32 _rankId
Definition: ChatLink.h:142
uint32 _talentId
Definition: ChatLink.h:141
bool ReadUInt32(std::istringstream &iss, uint32 &res)
Definition: ChatLink.cpp:49
#define DELIMITER
Definition: ChatLink.cpp:96
SpellInfo const * _spell
Definition: ChatLink.h:100
#define TC_LOG_TRACE(filterType__,...)
Definition: Log.h:195
#define sSpellMgr
Definition: SpellMgr.h:756
bool CheckDelimiter(std::istringstream &iss, char delimiter, const char *context)
Definition: ChatLink.cpp:74
DBCStorage< TalentEntry > sTalentStore(Talentfmt)
Definition: SharedDefines.h:4320
Definition: DBCStructure.h:1255
uint32 SpellID
Definition: DBCStructure.h:1261
int32 TalentChatLink::_rankId |
|
private |
uint32 TalentChatLink::_talentId |
|
private |
The documentation for this class was generated from the following files: