mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
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>
8 lines
531 B
SQL
8 lines
531 B
SQL
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.');
|