mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[2008_10_29_04_mangos_mangos_string.sql 2008_10_29_05_mangos_command.sql] Added new command: .npc follow - Makes the selected NPC follow you around like a pet
Signed-off-by: dythzer <micke223@gmail.com> * Also implement .npc unfollow for cancel following. * Help and mangos strings. * Unrelated small fixes in mangos.sql. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
affb0722d6
commit
569032d907
8 changed files with 95 additions and 4 deletions
|
|
@ -377,6 +377,8 @@ ChatCommand * ChatHandler::getCommandTable()
|
|||
{ "changeentry", SEC_ADMINISTRATOR, false, &ChatHandler::HandleChangeEntryCommand, "", NULL },
|
||||
{ "info", SEC_ADMINISTRATOR, false, &ChatHandler::HandleNpcInfoCommand, "", NULL },
|
||||
{ "playemote", SEC_ADMINISTRATOR, false, &ChatHandler::HandlePlayEmoteCommand, "", NULL },
|
||||
{ "follow", SEC_GAMEMASTER, false, &ChatHandler::HandleNpcFollowCommand, "", NULL },
|
||||
{ "unfollow", SEC_GAMEMASTER, false, &ChatHandler::HandleNpcUnFollowCommand, "", NULL },
|
||||
|
||||
//{ TODO: fix or remove this commands
|
||||
{ "name", SEC_GAMEMASTER, false, &ChatHandler::HandleNameCommand, "", NULL },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue