From 637deb330afaa0ecca2112412370daa3002f5dc9 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 25 Sep 2010 21:53:49 +0200 Subject: SQL: Correction on filename, adhere to standards __.sql --HG-- branch : trunk rename : sql/updates/10023.world_command.sql => sql/updates/10023_world_command.sql --- sql/updates/10023.world_command.sql | 4 ---- sql/updates/10023_world_command.sql | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 sql/updates/10023.world_command.sql create mode 100644 sql/updates/10023_world_command.sql (limited to 'sql') 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 diff --git a/sql/updates/10023_world_command.sql b/sql/updates/10023_world_command.sql new file mode 100644 index 00000000000..653d400c690 --- /dev/null +++ b/sql/updates/10023_world_command.sql @@ -0,0 +1,4 @@ +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 -- cgit v1.2.3