From eb96718b5f9327d229d5232e93f900aad462291b Mon Sep 17 00:00:00 2001 From: Spp Date: Sat, 13 Mar 2010 07:12:20 +0100 Subject: Add missing file in previous commit. --HG-- branch : trunk --- sql/updates/7552_world_trinity_string.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/7552_world_trinity_string.sql (limited to 'sql/updates') diff --git a/sql/updates/7552_world_trinity_string.sql b/sql/updates/7552_world_trinity_string.sql new file mode 100644 index 00000000000..a8ff2901a15 --- /dev/null +++ b/sql/updates/7552_world_trinity_string.sql @@ -0,0 +1,5 @@ +-- 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.'); -- cgit v1.2.3