diff options
-rw-r--r-- | sql/FULL/world_trinity_string_full.sql | 4 | ||||
-rw-r--r-- | sql/updates/5579_world_trinity_string.sql | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sql/FULL/world_trinity_string_full.sql b/sql/FULL/world_trinity_string_full.sql index 50cf30b27f0..909af8ee507 100644 --- a/sql/FULL/world_trinity_string_full.sql +++ b/sql/FULL/world_trinity_string_full.sql @@ -262,7 +262,7 @@ INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `conte (323, 'Honored', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (324, 'Revered', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (325, 'Exalted', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(326, 'Faction %s (%u) can''not have reputation.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(326, 'Faction %s (%u) can''nt have reputation.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (327, ' [no reputation]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (328, 'Characters at account %s (Id: %u)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (329, ' %s (GUID %u)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), @@ -284,7 +284,7 @@ INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `conte (345, 'Forced customize for player %s will be requested at next login.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (346, 'Forced customize for player %s (GUID #%u) will be requested at next login.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (347, 'TaxiNode ID %u not found!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(348,'Game Object (Entry: %u) have invalid data and can\'t be spawned',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(348,'Game Object (Entry: %u) have invalid data and can''t be spawned',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (400, '|cffff0000[System Message]:|rScripts reloaded', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (401, 'You change security level of account %s to %i.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (402, '%s changed your security level to %i.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), diff --git a/sql/updates/5579_world_trinity_string.sql b/sql/updates/5579_world_trinity_string.sql new file mode 100644 index 00000000000..06b8f43c036 --- /dev/null +++ b/sql/updates/5579_world_trinity_string.sql @@ -0,0 +1,3 @@ + +REPLACE INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) +VALUES (326, 'Faction %s (%u) can''nt have reputation.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |