mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Finish review/fix commands appropriate for console. Allow call 'help' command without args.
This commit is contained in:
parent
e31709611d
commit
89893215e5
8 changed files with 55 additions and 29 deletions
|
|
@ -3590,11 +3590,6 @@ bool ChatHandler::HandleNearGraveCommand(const char* args)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleSpawnTransportCommand(const char* /*args*/)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
//play npc emote
|
||||
bool ChatHandler::HandlePlayEmoteCommand(const char* args)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue