From 9d5304fd4f9824c1beb640ae96bf0513d26926ff Mon Sep 17 00:00:00 2001 From: ForesterDev Date: Thu, 11 Aug 2016 13:32:52 +0200 Subject: Core/Command: Check account password max length (cherry picked from commit fdcea5c7efd58c929e5d653af955f524dc543034) Rename 2016_08_04_05_world.sql to 2016_08_11_00_world.sql (cherry picked from commit d4f2f5968aadc5145e9a8c58dc7a4e0bd48c87e8) --- sql/updates/world/master/2017_02_12_00_world_2016_08_11_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_02_12_00_world_2016_08_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_12_00_world_2016_08_11_00_world.sql b/sql/updates/world/master/2017_02_12_00_world_2016_08_11_00_world.sql new file mode 100644 index 00000000000..02f0f13005e --- /dev/null +++ b/sql/updates/world/master/2017_02_12_00_world_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