diff options
| author | Spp <none@none> | 2010-03-13 07:12:20 +0100 |
|---|---|---|
| committer | Spp <none@none> | 2010-03-13 07:12:20 +0100 |
| commit | eb96718b5f9327d229d5232e93f900aad462291b (patch) | |
| tree | 4bad30209ec8699e2a24da3ce648b30349163b51 | |
| parent | ff89bad0fea3148b840e6f416476ed3073837672 (diff) | |
Add missing file in previous commit.
--HG--
branch : trunk
| -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.'); |
