aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-07-21 12:26:28 -0600
committerBrian <runningnak3d@gmail.com>2010-07-21 12:26:28 -0600
commit88e1d12d44c5bc461092b3a9751ddfcff68b895a (patch)
tree55a9ab53f20e6f50b5c285cb5caca1b0d2463f23
parent4320b1090166f05ee888400a6975b7288a86cba8 (diff)
* Add missing SQL update
--HG-- branch : trunk
-rw-r--r--sql/updates/8971_world_trinity_string.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/8971_world_trinity_string.sql b/sql/updates/8971_world_trinity_string.sql
new file mode 100644
index 00000000000..d7b8d2363a2
--- /dev/null
+++ b/sql/updates/8971_world_trinity_string.sql
@@ -0,0 +1,14 @@
+DELETE FROM trinity_string WHERE entry IN (1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026);
+INSERT INTO trinity_string VALUES
+(1016, '| GUID | Name | Account | Delete Date |', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1017, '| %10u | %20s | %15s (%10u) | %19s |', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1018, '==========================================================================================', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1019, 'No characters found.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1020, 'Restoring the following characters:', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1021, 'Deleting the following characters:', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1022, 'ERROR: You can only assign a new name if you have only selected a single character!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1023, 'Character \'%s\' (GUID: %u Account %u) can\'t be restored: account not exist!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1024, 'Character \'%s\' (GUID: %u Account %u) can\'t be restored: account character list full!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1025, 'Character \'%s\' (GUID: %u Account %u) can\'t be restored: new name already used!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
+(1026, 'GUID: %u Name: %s Account: %s (%u) Date: %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
+