mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
[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:
parent
9534aece0b
commit
67779b76b7
8 changed files with 52 additions and 2 deletions
4
sql/updates/2008_10_29_02_mangos_command.sql
Normal file
4
sql/updates/2008_10_29_02_mangos_command.sql
Normal 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.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue