*Restructured/Reordered Npc Commands Author: multiplexer

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-09 17:34:54 -06:00
parent f014ccd3bd
commit edcfae2c8a
5 changed files with 979 additions and 981 deletions

View File

@@ -40,6 +40,7 @@
#include "VMapFactory.h"
#endif
//-----------------------Npc Commands-----------------------
bool ChatHandler::HandleNpcSayCommand(const char* args)
{
if(!*args)
@@ -123,6 +124,7 @@ bool ChatHandler::HandleNpcWhisperCommand(const char* args)
return true;
}
//----------------------------------------------------------
bool ChatHandler::HandleNameAnnounceCommand(const char* args)
{