aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-11 05:29:38 +0200
committerGitHub <noreply@github.com>2016-06-11 05:29:38 +0200
commit0951e559ebe6b76abdfef55619244578d9917002 (patch)
tree1cdee7eacc46f9c7bf94a1ec083aa006253c5b15
parentd034eedb811912546025d11a5e9335bcd6600464 (diff)
DB/trinity_string: wrong string about character customization + minor fix
Closes #17306 by lyn1337
-rw-r--r--sql/updates/world/3.3.5/2016_06_11_03_world.sql5
1 files changed, 5 insertions, 0 deletions
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