mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[12069] Cleanup comment style
This commit is contained in:
parent
5efb3867f5
commit
835d1c7479
205 changed files with 2835 additions and 2835 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue