aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-06-29 18:42:49 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-06-29 18:42:49 +0200
commitef8549c6a680f91d3bf44b024da94346d213512c (patch)
treecb570c2bd54eb04de949751191902aef69ff3052
parent876e9dde01265edef31eb28167dd82797800bb1f (diff)
DB/Misc: correct some trinity_string encoding
By easy1, closes #11912
-rw-r--r--sql/updates/world/ 2014_06_29_02_world_misc.sql27
1 files changed, 27 insertions, 0 deletions
diff --git a/sql/updates/world/ 2014_06_29_02_world_misc.sql b/sql/updates/world/ 2014_06_29_02_world_misc.sql
new file mode 100644
index 00000000000..dd99a1f4bed
--- /dev/null
+++ b/sql/updates/world/ 2014_06_29_02_world_misc.sql
@@ -0,0 +1,27 @@
+--
+SET NAMES 'utf8';
+DELETE FROM `trinity_string` WHERE entry IN (453, 548, 549, 550, 714, 716, 749, 752, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 871, 879);
+INSERT INTO `trinity_string` (entry, content_default) VALUES
+(453,'│Player %s %s (guid: %u)'),
+(548,'│ GM Mode active, Phase: -1'),
+(549,'├─ Banned: (Type: %s, Reason: %s, Time: %s, By: %s)'),
+(550,'├─ Muted: (Reason: %s, Time: %s, By: %s)'),
+(714,'│ Account: %s (ID: %u), GMLevel: %u'),
+(716,'│ Last Login: %s (Failed Logins: %u)'),
+(749,'│ OS: %s - Latency: %u ms'),
+(752,'│ Last IP: %s (Locked: %s)'),
+(843,'│ Level: %u (%u/%u XP (%u XP left))'),
+(844,'│ Race: %s %s, %s'),
+(845,'│ Alive ?: %s'),
+(846,'│ Phase: %u'),
+(847,'│ Money: %ug%us%uc'),
+(848,'│ Map: %s, Area: %s, Zone: %s'),
+(849,'│ Guild: %s (ID: %u)'),
+(850,'├─ Rank: %s'),
+(851,'├─ Note: %s'),
+(852,'├─ O. Note: %s'),
+(853,'│ Played time: %s'),
+(854,'│ Mails: %d Read/%u Total'),
+(871,'│ Level: %u'),
+(879,'└ Registration Email: %s - Email: %s');
+SET NAMES 'latin1';