From d4f2f5968aadc5145e9a8c58dc7a4e0bd48c87e8 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 11 Aug 2016 13:33:31 +0200 Subject: Rename 2016_08_04_05_world.sql to 2016_08_11_00_world.sql --- sql/updates/world/3.3.5/2016_08_04_05_world.sql | 3 --- sql/updates/world/3.3.5/2016_08_11_00_world.sql | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 sql/updates/world/3.3.5/2016_08_04_05_world.sql create mode 100644 sql/updates/world/3.3.5/2016_08_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_08_04_05_world.sql b/sql/updates/world/3.3.5/2016_08_04_05_world.sql deleted file mode 100644 index 02f0f13005e..00000000000 --- a/sql/updates/world/3.3.5/2016_08_04_05_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM `trinity_string` WHERE `entry` = 1031; -INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES -(1031, 'An account password can NOT be longer than 16 characters (client limit). The account was NOT created.'); diff --git a/sql/updates/world/3.3.5/2016_08_11_00_world.sql b/sql/updates/world/3.3.5/2016_08_11_00_world.sql new file mode 100644 index 00000000000..02f0f13005e --- /dev/null +++ b/sql/updates/world/3.3.5/2016_08_11_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry` = 1031; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(1031, 'An account password can NOT be longer than 16 characters (client limit). The account was NOT created.'); -- cgit v1.2.3