aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/783_world.sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-01-05 19:48:02 +0100
committerBlaymoira <none@none>2009-01-05 19:48:02 +0100
commit7921e2fd6bb6e398c25dc171f9d99dc5048336f3 (patch)
treec92cfe760727ee9d032bc93717962d1433a5b248 /sql/updates/783_world.sql
parent15d25f45ae920a4418f3fcb1e6828c923a3aedc1 (diff)
*Implemented faction acces for special zones
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/783_world.sql')
-rw-r--r--sql/updates/783_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/783_world.sql b/sql/updates/783_world.sql
new file mode 100644
index 00000000000..24a8481e24e
--- /dev/null
+++ b/sql/updates/783_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM trinity_string where entry IN (10056, 10057);
+INSERT INTO trinity_string (entry, content_default) VALUES
+(10056, 'You must be a member of the Horde to enter the Hall of Legends.'),
+(10057, 'You must be a member of the Alliance to enter the Champion\'s Hall.'); \ No newline at end of file