aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-04-07 18:01:22 +0200
committerAnubisss <none@none>2009-04-07 18:01:22 +0200
commit230b3d41ef5197fb99119da72792984ba192c891 (patch)
tree91bfdb913c1bd7e4be9e9b5c92c6c0d1c5701065 /sql/updates
parent78d4acb6196269c54b6101bf69c70dc933ea4dfa (diff)
*Use constant LANG_INSTANCE_RAID_GROUP_ONLY in a message which in CanPlayerEnter().
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/2479_world.sql2
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);