aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.6/3054_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.6/3054_command.sql')
-rw-r--r--sql/updates/0.6/3054_command.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/0.6/3054_command.sql b/sql/updates/0.6/3054_command.sql
new file mode 100644
index 00000000000..347924f6555
--- /dev/null
+++ b/sql/updates/0.6/3054_command.sql
@@ -0,0 +1,5 @@
+DELETE FROM `command` WHERE `name` = 'searchtele';
+INSERT INTO `command` VALUES('lookuptele',1,'Syntax: .lookuptele $substring\r\n\r\nSearch and output all .tele command locations with provide $substring in name.');
+INSERT INTO `command` VALUES('lookupquest',3,'Syntax: .lookupquest $namepart\r\n\r\nLooks up a quest by $namepart, and returns all matches with their quest ID\'s.');
+INSERT INTO `command` VALUES('lookupspell',3,'Syntax: .lookupspell $namepart\r\n\r\nLooks up a spell by $namepart, and returns all matches with their spell ID\'s.');
+