[2008_10_29_01_mangos_string.sql 2008_10_29_02_mangos_command.sql] Added new command: .waterwalk on/off - disable or enable waterwalk mode

for selected player

Signed-off-by: dythzer <micke223@gmail.com>

Add help text and mangos strings.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
dythzer 2008-10-26 17:58:08 +01:00 committed by VladimirMangos
parent 9534aece0b
commit 67779b76b7
8 changed files with 52 additions and 2 deletions

View file

@ -0,0 +1,4 @@
DELETE FROM command WHERE name IN ('waterwalk');
INSERT INTO command VALUES
('waterwalk',3,'Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player.');