From 864a85b8fc6d086bc7af7fddd22f510f1b662e10 Mon Sep 17 00:00:00 2001 From: Nay Date: Tue, 22 Jan 2013 15:03:26 +0000 Subject: DB/mmaps: Rename mmap commands related sql --- sql/updates/world/2012_09_06_00_world_command.sql | 9 --------- sql/updates/world/2012_12_30_00_world_commands.sql | 4 ---- sql/updates/world/2013_01_22_00_world_command.sql | 11 +++++++++++ 3 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 sql/updates/world/2012_09_06_00_world_command.sql delete mode 100644 sql/updates/world/2012_12_30_00_world_commands.sql create mode 100644 sql/updates/world/2013_01_22_00_world_command.sql (limited to 'sql') diff --git a/sql/updates/world/2012_09_06_00_world_command.sql b/sql/updates/world/2012_09_06_00_world_command.sql deleted file mode 100644 index e60c1644e05..00000000000 --- a/sql/updates/world/2012_09_06_00_world_command.sql +++ /dev/null @@ -1,9 +0,0 @@ -DELETE FROM `command` WHERE `name`='mmap' OR `name` LIKE 'mmap%'; -INSERT INTO `command` (`name`, `security`, `help`) VALUES -('mmap', 3, 'Syntax: Syntax: .mmaps $subcommand Type .mmaps to see the list of possible subcommands or .help mmaps $subcommand to see info on subcommands'), -('mmap path', 3, 'Syntax: .mmap path to calculate and show a path to current select unit'), -('mmap loc', 3, 'Syntax: .mmap loc to print on which tile one is'), -('mmap loadedtiles', 3, 'Syntax: .mmap loadedtiles to show which tiles are currently loaded'), -('mmap stats', 3, 'Syntax: .mmap stats to show information about current state of mmaps'), -('mmap testarea', 3, 'Syntax: .mmap testarea to calculate paths for all nearby npcs to player'); - diff --git a/sql/updates/world/2012_12_30_00_world_commands.sql b/sql/updates/world/2012_12_30_00_world_commands.sql deleted file mode 100644 index fffd1a95cb5..00000000000 --- a/sql/updates/world/2012_12_30_00_world_commands.sql +++ /dev/null @@ -1,4 +0,0 @@ -DELETE FROM `command` WHERE `name` LIKE 'disable add mmap' OR `name` LIKE 'disable remove mmap'; -INSERT INTO `command` (`name`, `security`, `help`) VALUES -('disable add mmap', '3', 'Syntax: .disable add mmap $entry $flag $comment'), -('disable remove mmap', '3', 'Syntax: .disable remove mmap $entry'); diff --git a/sql/updates/world/2013_01_22_00_world_command.sql b/sql/updates/world/2013_01_22_00_world_command.sql new file mode 100644 index 00000000000..6c89951d036 --- /dev/null +++ b/sql/updates/world/2013_01_22_00_world_command.sql @@ -0,0 +1,11 @@ +DELETE FROM `command` WHERE `name`='mmap' OR `name` LIKE 'mmap%'; +DELETE FROM `command` WHERE `name` LIKE 'disable add mmap' OR `name` LIKE 'disable remove mmap'; +INSERT INTO `command` (`name`, `security`, `help`) VALUES +('mmap', 3, 'Syntax: Syntax: .mmaps $subcommand Type .mmaps to see the list of possible subcommands or .help mmaps $subcommand to see info on subcommands'), +('mmap path', 3, 'Syntax: .mmap path to calculate and show a path to current select unit'), +('mmap loc', 3, 'Syntax: .mmap loc to print on which tile one is'), +('mmap loadedtiles', 3, 'Syntax: .mmap loadedtiles to show which tiles are currently loaded'), +('mmap stats', 3, 'Syntax: .mmap stats to show information about current state of mmaps'), +('mmap testarea', 3, 'Syntax: .mmap testarea to calculate paths for all nearby npcs to player'), +('disable add mmap', '3', 'Syntax: .disable add mmap $entry $flag $comment'), +('disable remove mmap', '3', 'Syntax: .disable remove mmap $entry'); -- cgit v1.2.3