mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
5 lines
297 B
SQL
5 lines
297 B
SQL
-- Add text for disabled bg/arenas.
|
|
DELETE FROM `trinity_string` WHERE `entry` in (747,748);
|
|
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
|
|
(747, 'This Battleground have been disabled. You can''t join the queue.'),
|
|
(748, 'Arenas have been disabled. You can''t join the queue.');
|