Merge pull request #8230 from krofna/dead_code

Remove some dead code
This commit is contained in:
Kaelima
2012-10-31 15:52:15 -07:00

View File

@@ -180,10 +180,8 @@ 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());
recvData.rfinish();
return;
}