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