diff options
Diffstat (limited to 'sql/updates/0.5/2131_command.sql')
-rw-r--r-- | sql/updates/0.5/2131_command.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/0.5/2131_command.sql b/sql/updates/0.5/2131_command.sql new file mode 100644 index 00000000000..7def5be834d --- /dev/null +++ b/sql/updates/0.5/2131_command.sql @@ -0,0 +1 @@ +UPDATE command SET `help` = 'Syntax: .addmove [#waittime]\r\n\r\nAdd your current location as a waypoint for the selected creature. And optional add wait time.' WHERE `name` = 'addmove'; |