diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-08 20:02:15 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-08 20:02:15 +0200 |
commit | 0bf5a8d666ecc93317849fc16eae390e66077741 (patch) | |
tree | be23579c015444dac652e05ad28607363282f272 | |
parent | b84abc74a7d8548ba2a9656eec29423fecf25046 (diff) |
DB/Quest: Envoy to the Horde missing progress
By Crysicle, closes #12450
-rw-r--r-- | sql/updates/world/2014_07_08_07_world_quest_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_08_07_world_quest_template.sql b/sql/updates/world/2014_07_08_07_world_quest_template.sql new file mode 100644 index 00000000000..146d8d2d34f --- /dev/null +++ b/sql/updates/world/2014_07_08_07_world_quest_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template` SET `RequestItemsText` = 'I was told a visitor from Quel''Thalas was coming. I was expecting a blood elf, to tell you the truth.$b$bWhat news do you bring?' WHERE `id` = 9812; |