From 0951e559ebe6b76abdfef55619244578d9917002 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 11 Jun 2016 05:29:38 +0200 Subject: DB/trinity_string: wrong string about character customization + minor fix Closes #17306 by lyn1337 --- sql/updates/world/3.3.5/2016_06_11_03_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_06_11_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_06_11_03_world.sql b/sql/updates/world/3.3.5/2016_06_11_03_world.sql new file mode 100644 index 00000000000..47e3aefa366 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_11_03_world.sql @@ -0,0 +1,5 @@ +-- fix string in trinity_string incorrectly implying character customization is forced at login +UPDATE `trinity_string` SET `content_default`='customization for player %s will be requested at next login.' WHERE `entry`=345; +UPDATE `trinity_string` SET `content_default`='customization for player %s (GUID #%u) will be requested at next login.' WHERE `entry`=346; + +UPDATE `trinity_string` SET `content_default`='You already have a pet.' WHERE `entry`=344; -- add missing article -- cgit v1.2.3