aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2017-11-18 17:27:32 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2017-11-18 17:27:32 +0100
commit9f1a51deff70711c15657f4644f4a66c67e9adc8 (patch)
tree54e4b2f98604ea84adee0f2458b32f6952f9b3c3
parent465012978f1f90a6917ba9129424d2bf749fe269 (diff)
DB/Misc: Fixed wrong format arguments in trinity_string
Closes #20878
-rw-r--r--sql/updates/world/master/2017_11_18_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_18_01_world.sql b/sql/updates/world/master/2017_11_18_01_world.sql
new file mode 100644
index 00000000000..2a7f6601bd7
--- /dev/null
+++ b/sql/updates/world/master/2017_11_18_01_world.sql
@@ -0,0 +1,2 @@
+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 (%s) will be requested at next login.' WHERE `entry`=346;