[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

@ -245,7 +245,7 @@ bool ChatHandler::HandleDebugPlayMovieCommand(char* args)
return true;
}
//Play sound
// Play sound
bool ChatHandler::HandleDebugPlaySoundCommand(char* args)
{
// USAGE: .debug playsound #soundid
@ -278,7 +278,7 @@ bool ChatHandler::HandleDebugPlaySoundCommand(char* args)
return true;
}
//Send notification in channel
// Send notification in channel
bool ChatHandler::HandleDebugSendChannelNotifyCommand(char* args)
{
const char* name = "test";
@ -296,7 +296,7 @@ bool ChatHandler::HandleDebugSendChannelNotifyCommand(char* args)
return true;
}
//Send notification in chat
// Send notification in chat
bool ChatHandler::HandleDebugSendChatMsgCommand(char* args)
{
const char* msg = "testtest";
@ -671,7 +671,7 @@ bool ChatHandler::HandleDebugSendSetPhaseShiftCommand(char* args)
return true;
}
//show animation
// show animation
bool ChatHandler::HandleDebugAnimCommand(char* args)
{
uint32 emote_id;