diff options
Diffstat (limited to 'sql/updates/0.6/2468_command.sql')
-rw-r--r-- | sql/updates/0.6/2468_command.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/0.6/2468_command.sql b/sql/updates/0.6/2468_command.sql new file mode 100644 index 00000000000..7c19940adf8 --- /dev/null +++ b/sql/updates/0.6/2468_command.sql @@ -0,0 +1,3 @@ +INSERT INTO command VALUES('moveobject','2','Syntax: .moveobject #goguid [#x #y #z]\r\n\r\nMove gameobject #goguid to character coordinates (or to (#x,#y,#z) coordinates if its provide).'); +INSERT INTO command VALUES('turnobject','2','Syntax: .turnobject #goguid \r\n\r\nSet for gameobject #goguid orientation same as current character orientation.'); + |