Prevent warnings

This commit is contained in:
Mislav Blazevic
2012-10-31 22:26:40 +01:00
parent ecf2fa0514
commit 4af0809155

View File

@@ -181,6 +181,7 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket& recvData)
if (sender->HasAura(1852) && type != CHAT_MSG_WHISPER)
{
SendNotification(GetTrinityString(LANG_GM_SILENCE), sender->GetName().c_str());
recvData.rfinish();
return;
}