diff options
author | treeston <treeston.mmoc@gmail.com> | 2017-06-12 17:27:54 +0200 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2017-06-12 17:27:54 +0200 |
commit | 6db16cac959bb481a75c756c10dde38645d349ef (patch) | |
tree | e010baa1253a309c19f77ef75214290c1b2f81d2 | |
parent | c9e7ab496e0b9bdee622e645a404b406b04dc64f (diff) |
Fix reapply for 2017_06_12_01_world.sql (ac0f76f follow-up)
-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\'.'), |