aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.6/2803_command.sql
diff options
context:
space:
mode:
authorSeline <none@none>2008-10-03 15:33:07 -0500
committerSeline <none@none>2008-10-03 15:33:07 -0500
commitbe22d45c0f6b4278709713d5457ec77853252796 (patch)
tree28dc122cda09fd026fd4e3fa880dfb25b4bb7f48 /sql/updates/0.6/2803_command.sql
parent9b1c0e006f20091f28f3f468cfcab1feb51286bd (diff)
[svn] * Remove all unneeded sql updates.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/0.6/2803_command.sql')
-rw-r--r--sql/updates/0.6/2803_command.sql11
1 files changed, 0 insertions, 11 deletions
diff --git a/sql/updates/0.6/2803_command.sql b/sql/updates/0.6/2803_command.sql
deleted file mode 100644
index 6e36bcc40e7..00000000000
--- a/sql/updates/0.6/2803_command.sql
+++ /dev/null
@@ -1,11 +0,0 @@
-DELETE FROM `command` WHERE `name` = 'setskill';
-
-INSERT INTO command (name, security, help) VALUES ('setskill', 3,'Syntax: .setskill #skill #level [#max]\r\n\r\nSet a skill of id #skill with a current skill value of #level and a maximum value of #max (or equal current maximum if not provide) for the selected character. If no character is selected, you learn the skill.');
-
-DELETE FROM `command` WHERE `name` = 'learnsk';
-
-INSERT INTO command (name, security, help) VALUES ('learnskill', 3,'Syntax: .learnskill #skillId [#level [#max]]\r\n\r\nLearn a skill of id #skill with a current skill value of #level (or 1 if not provide) and a maximum value of #max (or equal #level or 1 if not provide) for the selected character. If no character is selected, you learn the skill.');
-
-DELETE FROM `command` WHERE `name` = 'unlearnsk';
-
-INSERT INTO command (name, security, help) VALUES ('unlearnskill',3,'Syntax: .unlearnskill #skill\r\n\r\nUnlearn a skill of id #skill for the selected character. If no character is selected, you unlearn the skill.');