diff options
| -rw-r--r-- | sql/updates/7552_world_trinity_string.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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.'); |
