mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +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
8
sql/updates/2008_10_29_05_mangos_command.sql
Normal file
8
sql/updates/2008_10_29_05_mangos_command.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_2008_10_29_04_mangos_mangos_string required_2008_10_29_05_mangos_command bit;
|
||||
|
||||
DELETE FROM command WHERE name IN ('npc follow','npc unfollow','waterwalk');
|
||||
|
||||
INSERT INTO command VALUES
|
||||
('npc follow',2,'Syntax: .npc follow\r\n\r\nSelected creature start follow you until death/fight/etc.'),
|
||||
('npc unfollow',2,'Syntax: .npc unfollow\r\n\r\nSelected creature (non pet) stop follow you.'),
|
||||
('waterwalk',2,'Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue