From c76cb0ce7cae42970ac1b0792a9ee4ed33a23386 Mon Sep 17 00:00:00 2001 From: Tartalo Date: Thu, 25 Feb 2010 16:26:03 +0100 Subject: Add new flagged column to access_requirement to set instances opened/closed. This way is possible to open a raid on 10man mode while the rest of modes are closed (for example). Ingame commands to open/close instances coming soon ;) --HG-- branch : trunk --- sql/world.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/world.sql') diff --git a/sql/world.sql b/sql/world.sql index de34753cf69..8d506e55f65 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -14775,6 +14775,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (5005, 'Following players are frozen on the server:', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5006, '- %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5007, 'You must be in a raid group to enter this instance.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(5008, 'This instance is closed.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5009, 'Sound %u Played to server', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5010, 'linkGUID: %u, Entry: %u (%s)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (5011, 'You can''t teleport self to self!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -- cgit v1.2.3