[7614] Sort/rename debug commands, Move packet send commands to new ".debug send " subcommands list.

Also drop not implemented .debug inarc
Add to .debug send spellfail support for up to 2 additional args for spell fail packet.
This commit is contained in:
VladimirMangos 2009-04-04 06:22:21 +04:00
parent 8fe9008132
commit db2027feb0
5 changed files with 84 additions and 80 deletions

View file

@ -3774,17 +3774,6 @@ bool ChatHandler::HandleCustomizeCommand(const char* args)
return true;
}
//show animation
bool ChatHandler::HandleDebugAnimCommand(const char* args)
{
if (!*args)
return false;
uint32 anim_id = atoi((char*)args);
m_session->GetPlayer()->HandleEmoteCommand(anim_id);
return true;
}
//change standstate
bool ChatHandler::HandleModifyStandStateCommand(const char* args)
{