[12069] Cleanup comment style

This commit is contained in:
Schmoozerd 2012-07-22 02:54:31 +02:00
parent 5efb3867f5
commit 835d1c7479
205 changed files with 2835 additions and 2835 deletions

View file

@ -1328,7 +1328,7 @@ bool ChatHandler::ParseCommands(const char* text)
MANGOS_ASSERT(text);
MANGOS_ASSERT(*text);
//if(m_session->GetSecurity() == SEC_PLAYER)
// if(m_session->GetSecurity() == SEC_PLAYER)
// return false;
/// chat case (.command or !command format)
@ -2042,7 +2042,7 @@ bool ChatHandler::isValidChatMessage(const char* message)
return validSequence == validSequenceIterator;
}
//Note: target_guid used only in CHAT_MSG_WHISPER_INFORM mode (in this case channelName ignored)
// Note: target_guid used only in CHAT_MSG_WHISPER_INFORM mode (in this case channelName ignored)
void ChatHandler::FillMessageData(WorldPacket* data, WorldSession* session, uint8 type, uint32 language, const char* channelName, ObjectGuid targetGuid, const char* message, Unit* speaker)
{
uint32 messageLength = (message ? strlen(message) : 0) + 1;