mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Some command handlers renames and declaration sorting.
This commit is contained in:
parent
42cf4db28b
commit
83f034ae5d
5 changed files with 76 additions and 76 deletions
|
|
@ -3600,7 +3600,7 @@ bool ChatHandler::HandleNearGraveCommand(const char* args)
|
|||
}
|
||||
|
||||
//play npc emote
|
||||
bool ChatHandler::HandlePlayEmoteCommand(const char* args)
|
||||
bool ChatHandler::HandleNpcPlayEmoteCommand(const char* args)
|
||||
{
|
||||
uint32 emote = atoi((char*)args);
|
||||
|
||||
|
|
@ -5485,7 +5485,7 @@ bool ChatHandler::HandleLoadPDumpCommand(const char *args)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleChangeEntryCommand(const char *args)
|
||||
bool ChatHandler::HandleNpcChangeEntryCommand(const char *args)
|
||||
{
|
||||
if(!args)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue