skyfire/sql/old/3.3.2/07552_world_trinity_string.sql
runningnak3d fd14dbe399 Misc: Restructuring directory layout to accomodate the fact that we will
be pushing DB content. We will no longer have a seperate DB repo.
2011-02-02 07:50:21 -07:00

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