Restructured/Reordered Npc Commands

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
multiplexer 2009-03-08 05:31:58 +01:00 committed by VladimirMangos
parent 18c8e861f4
commit d440ff3184
5 changed files with 928 additions and 922 deletions

View file

@ -36,6 +36,7 @@
#include "VMapFactory.h"
#endif
//-----------------------Npc Commands-----------------------
bool ChatHandler::HandleNpcSayCommand(const char* args)
{
if(!*args)
@ -119,6 +120,7 @@ bool ChatHandler::HandleNpcWhisperCommand(const char* args)
return true;
}
//----------------------------------------------------------
// global announce
bool ChatHandler::HandleAnnounceCommand(const char* args)