mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04: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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue