* forgot to add correct display for chat emotes

This commit is contained in:
False.Genesis 2007-05-14 14:08:11 +00:00
parent c2938bf222
commit cd99d323e9

View File

@ -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());