mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Merge branch 'master' into 303
This commit is contained in:
commit
4758be3791
35 changed files with 404 additions and 350 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);
|
||||
|
||||
|
|
@ -5487,7 +5487,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