aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-07-08 20:46:46 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-07-08 20:46:46 +0200
commitb0361b278eeace690d2e8a9603b3d75eba623d14 (patch)
treeac0bae6fc0e037c8a0c885a5025bcd067be857ee
parent0bf5a8d666ecc93317849fc16eae390e66077741 (diff)
DB/Quest: Meeting the Warchief completion text typo
By Crysicle, closes #12451
-rw-r--r--sql/updates/world/2014_07_08_08_world_quest_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_08_08_world_quest_template.sql b/sql/updates/world/2014_07_08_08_world_quest_template.sql
new file mode 100644
index 00000000000..1f40994cefd
--- /dev/null
+++ b/sql/updates/world/2014_07_08_08_world_quest_template.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template` SET `OfferRewardText` = '<Thrall begins to read the letter.>$b$bSo the blood elves finally took care of their little problem. It is no surprise that it took your help as well as that of an entire Forsaken regiment to get the job done.$b$b<The Warchief breaks into laughter.>$b$bI suppose there''s no stopping this. In the end we need them just as much as they need us.' WHERE `id` = 9813;