mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
3 lines
530 B
SQL
3 lines
530 B
SQL
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.');
|