mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +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
|
|
@ -321,7 +321,10 @@ enum MangosStrings
|
|||
LANG_YOUR_ITEMS_REPAIRED = 337,
|
||||
LANG_YOU_SET_WATERWALK = 338,
|
||||
LANG_YOUR_WATERWALK_SET = 339,
|
||||
// Room for more level 2 340-399 not used
|
||||
LANG_CREATURE_FOLLOW_YOU_NOW = 340,
|
||||
LANG_CREATURE_NOT_FOLLOW_YOU = 341,
|
||||
LANG_CREATURE_NOT_FOLLOW_YOU_NOW = 342,
|
||||
// Room for more level 2 343-399 not used
|
||||
|
||||
// level 3 chat
|
||||
LANG_SCRIPTS_RELOADED = 400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue