diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/2479_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/2479_world.sql b/sql/updates/2479_world.sql new file mode 100644 index 00000000000..e5f0e2fb772 --- /dev/null +++ b/sql/updates/2479_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry` = 5007; +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES (5007, 'You must be in a raid group to enter this instance.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |