aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-01-14 18:41:20 +0100
committerBlaymoira <none@none>2009-01-14 18:41:20 +0100
commite4d2c1c04e4befe54529c4eb216f3f9e360160d3 (patch)
tree7006ee2180650a4f99f43eb6ae813483a2e044ee /src/game/Chat.cpp
parent8137a534b40918540e9fded5d3d582a6d2a9fd44 (diff)
*Command for add npc formation - by Silver1ce
--HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r--src/game/Chat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index f02dad06e75..43811f8e3e7 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -439,6 +439,7 @@ ChatCommand * ChatHandler::getCommandTable()
{ "whisper", SEC_MODERATOR, false, &ChatHandler::HandleNpcWhisperCommand, "", NULL },
{ "yell", SEC_MODERATOR, false, &ChatHandler::HandleNpcYellCommand, "", NULL },
{ "addtemp", SEC_GAMEMASTER, false, &ChatHandler::HandleTempAddSpwCommand, "", NULL },
+ { "addformation", SEC_MODERATOR, false, &ChatHandler::HandleNpcAddFormationCommand, "", NULL },
//{ TODO: fix or remove this commands
{ "name", SEC_GAMEMASTER, false, &ChatHandler::HandleNameCommand, "", NULL },