Remove some dead code

This commit is contained in:
Mislav Blazevic
2012-10-31 18:41:15 +01:00
parent c94e11e514
commit ecf2fa0514

View File

@@ -180,9 +180,6 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket& recvData)
if (sender->HasAura(1852) && type != CHAT_MSG_WHISPER)
{
std::string msg="";
recvData >> msg;
SendNotification(GetTrinityString(LANG_GM_SILENCE), sender->GetName().c_str());
return;
}