From 8b9dc06ffc6a3d30b78fc4d0035ff7e4afcf01e4 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 15 Jul 2016 15:33:52 +0200 Subject: Rename sql/updates/world/3.3.5/2016_07_05_02_world.sql to sql/updates/world/6.x/2016_07_05_02_world.sql --- sql/updates/world/3.3.5/2016_07_05_02_world.sql | 1 - sql/updates/world/6.x/2016_07_05_02_world.sql | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 sql/updates/world/3.3.5/2016_07_05_02_world.sql create mode 100644 sql/updates/world/6.x/2016_07_05_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_07_05_02_world.sql b/sql/updates/world/3.3.5/2016_07_05_02_world.sql deleted file mode 100644 index 2921c19b0c1..00000000000 --- a/sql/updates/world/3.3.5/2016_07_05_02_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `command` SET `help` = 'Syntax: .cometome\nMake selected creature come to your current location (new position not saved to DB).' WHERE `command`.`name` = 'cometome'; diff --git a/sql/updates/world/6.x/2016_07_05_02_world.sql b/sql/updates/world/6.x/2016_07_05_02_world.sql new file mode 100644 index 00000000000..2921c19b0c1 --- /dev/null +++ b/sql/updates/world/6.x/2016_07_05_02_world.sql @@ -0,0 +1 @@ +UPDATE `command` SET `help` = 'Syntax: .cometome\nMake selected creature come to your current location (new position not saved to DB).' WHERE `command`.`name` = 'cometome'; -- cgit v1.2.3