aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.7/3150_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.7/3150_command.sql')
-rw-r--r--sql/updates/0.7/3150_command.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/0.7/3150_command.sql b/sql/updates/0.7/3150_command.sql
new file mode 100644
index 00000000000..991744885d6
--- /dev/null
+++ b/sql/updates/0.7/3150_command.sql
@@ -0,0 +1,3 @@
+DELETE FROM `command` WHERE `name` = 'random';
+DELETE FROM `command` WHERE `name` = 'setmovetype';
+INSERT INTO `command` (`name`,`security`,`help`) VALUES ('setmovetype',2,'Syntax: .setmovetype [#creature_guid] stay/random/way\r\n\r\nSet for creature pointed by #creature_guid (or selected if #creature_guid not provided) movement type and move it to respawn position (if creature alive). Any existed waypoints for creature will be removed from database. If creature is dead then movement type will aplied at creature respawm.');