Core/Chat: Add missing code

This commit is contained in:
Aokromes
2016-08-01 20:46:31 +02:00
committed by GitHub
parent 33fbc453d2
commit 4e4a2aa7b4

View File

@@ -251,7 +251,7 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket& recvData)
}
sender->Say(msg, Language(lang));
}
} break;
case CHAT_MSG_EMOTE:
{
// Prevent cheating
@@ -265,7 +265,7 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket& recvData)
}
sender->TextEmote(msg);
}
} break;
case CHAT_MSG_YELL:
{
// Prevent cheating