diff options
Diffstat (limited to 'sql/updates/0.7/3748_command.sql')
-rw-r--r-- | sql/updates/0.7/3748_command.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/0.7/3748_command.sql b/sql/updates/0.7/3748_command.sql new file mode 100644 index 00000000000..15b722c4cd9 --- /dev/null +++ b/sql/updates/0.7/3748_command.sql @@ -0,0 +1,3 @@ +-- Enhanced .gocreature command +DELETE FROM `command` WHERE `name` = 'gocreature'; +INSERT INTO `command` VALUES('gocreature',2,'Syntax: .gocreature #creature_guid\r\nTeleport your character to creature with guid #creature_guid.\r\n.gocreature #creature_name\r\nTeleport your character to creature with this name.\r\n.gocreature id #creature_id\r\nTeleport your character to a creature that was spawned from the template with this entry.\r\n*If* more than one creature is found, then you are teleported to the first that is found inside the database.'); |