diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_06_12_01_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2017_06_12_01_world.sql b/sql/updates/world/3.3.5/2017_06_12_01_world.sql index 9f585fb4dd5..1be5ab2de5a 100644 --- a/sql/updates/world/3.3.5/2017_06_12_01_world.sql +++ b/sql/updates/world/3.3.5/2017_06_12_01_world.sql @@ -1,5 +1,5 @@ -- -DELETE FROM `trinity_string` WHERE `entry` IN (1185,1186); +DELETE FROM `trinity_string` WHERE `entry` IN (1185,1186,1187); INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (1185, '%s is not in a raid group!'), (1186, '%s %s has raid role \'%s\'.'), |