Finish review/fix commands appropriate for console. Allow call 'help' command without args.

This commit is contained in:
VladimirMangos 2008-10-23 20:44:30 +04:00
parent e31709611d
commit 89893215e5
8 changed files with 55 additions and 29 deletions

View file

@ -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)
{