* forgot to add correct display for chat emotes
This commit is contained in:
parent
c2938bf222
commit
cd99d323e9
@ -474,6 +474,10 @@ void WorldSession::_HandleMessageChatOpcode(WorldPacket& recvPacket)
|
||||
{
|
||||
logcustom(0,WHITE,"PARTY: %s [%s]: %s",plrname.c_str(),ln,msg.c_str());
|
||||
}
|
||||
else if (type==CHAT_MSG_EMOTE )
|
||||
{
|
||||
logcustom(0,WHITE,"EMOTE: %s [%s]: %s",plrname.c_str(),ln,msg.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
logcustom(0,WHITE,"UNK CHAT TYPE (%u): %s [%s]: %s",type,plrname.c_str(),ln,msg.c_str());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user