From 88e1d12d44c5bc461092b3a9751ddfcff68b895a Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 21 Jul 2010 12:26:28 -0600 Subject: * Add missing SQL update --HG-- branch : trunk --- sql/updates/8971_world_trinity_string.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sql/updates/8971_world_trinity_string.sql (limited to 'sql') 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); + -- cgit v1.2.3