mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
0a5d8711e5
be pushing DB content. We will no longer have a seperate DB repo.
5 lines
279 B
SQL
5 lines
279 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.');
|