aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/10023.world_command.sql
diff options
context:
space:
mode:
authorclick <none@none>2010-09-25 21:53:49 +0200
committerclick <none@none>2010-09-25 21:53:49 +0200
commit637deb330afaa0ecca2112412370daa3002f5dc9 (patch)
tree8f703e3862c8a0aa8f365f2937d2c258343e8bd8 /sql/updates/10023.world_command.sql
parent3f9dd596f7e0b21c634ed4d10eaca7a83e32c3fd (diff)
SQL: Correction on filename, adhere to standards <rev>_<db>_<table-affected>.sql
--HG-- branch : trunk rename : sql/updates/10023.world_command.sql => sql/updates/10023_world_command.sql
Diffstat (limited to 'sql/updates/10023.world_command.sql')
-rw-r--r--sql/updates/10023.world_command.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/updates/10023.world_command.sql b/sql/updates/10023.world_command.sql
deleted file mode 100644
index 653d400c690..00000000000
--- a/sql/updates/10023.world_command.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-DELETE FROM `command` WHERE `name` IN ('achievement add', 'achievement');
-INSERT INTO `command` (`name`,`security`,`help`) VALUES
-('achievement add',4,'Syntax: .achievement add $achievement\nAdd an achievement to the targeted player.\n$achievement: can be either achievement id or achievement link'),
-('achievement',4,'Syntax: .achievement $subcommand\nType .achievement to see the list of possible subcommands or .help achievement $subcommand to see info on subcommands'); \ No newline at end of file