*Implemented faction acces for special zones

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-05 19:48:02 +01:00
parent 15d25f45ae
commit 7921e2fd6b
3 changed files with 19 additions and 0 deletions
+4
View File
@@ -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.');