diff options
-rw-r--r-- | sql/updates/4705_world_trinity_string.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/4705_world_trinity_string.sql b/sql/updates/4705_world_trinity_string.sql index 8f55186296e..d16ac64b90c 100644 --- a/sql/updates/4705_world_trinity_string.sql +++ b/sql/updates/4705_world_trinity_string.sql @@ -1,2 +1,2 @@ -DELETE FROM `trinity_string` WHERE `entry` = 6616;
-INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6616','Silence is ON for %s');
+DELETE FROM `trinity_string` WHERE `entry` = 6616; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6616','Silence is ON for %s'); |