mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
Core/Chat: Add missing code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user