Files
TrinityCore/sql/updates/783_world.sql
Drahy be5acfb39c * Removed file 741_world.sql => Moved to original 725_world.sql for better orientation
* Added some missing querries to full script file
* Updated a lot of another sql files from sql/updates folder - still in progress

--HG--
branch : trunk
2009-02-04 22:55:27 +01:00

4 lines
278 B
SQL

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.');