diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-11 05:29:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-11 05:29:38 +0200 |
| commit | 0951e559ebe6b76abdfef55619244578d9917002 (patch) | |
| tree | 1cdee7eacc46f9c7bf94a1ec083aa006253c5b15 | |
| parent | d034eedb811912546025d11a5e9335bcd6600464 (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.sql | 5 |
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 |
