mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Restructured/Reordered Npc Commands
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
18c8e861f4
commit
d440ff3184
5 changed files with 928 additions and 922 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue