aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-07-18 20:08:45 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-07-18 20:08:45 +0200
commit696308f0fc871f05ff0ebe7552b9ca2ee1d446ca (patch)
treed005377ce3fbccd3529bd07059600d2217cd3957
parent2982af2d16c6bc402a1c34bb665133df5db21663 (diff)
DB/Quest: Tainted Memorandum
By Crysicle, closes #12550
-rw-r--r--sql/updates/world/2014_07_18_03_world_quest_template.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_18_03_world_quest_template.sql b/sql/updates/world/2014_07_18_03_world_quest_template.sql
new file mode 100644
index 00000000000..bd286b8430a
--- /dev/null
+++ b/sql/updates/world/2014_07_18_03_world_quest_template.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `quest_template` SET `RequestItemsText` = 'Wonderful! You got my memorandum obviously.$b$bIgnore the fools around you, $N. The Holy Light?! The sword and shield?! These aren''t paths for ones as open minded as us. Look at what "normal" magic did to our home. Coupled with those damned tinkerers, our race almost became extinct. And now we have to rely on the dwarves-- they''d rather spend time allying with humans than help us rebuild our own home. We''re like second-class citizens. Have you seen the way they look at us?' WHERE `id` = 3115;
+UPDATE `quest_template` SET `OfferRewardText` = 'But none of that matters. What matters is that you''ve seen your own Holy Light! You know where power truly comes from. You realize that having our own allies is much more... prudent. Special allies. Allies that, no matter the task, will obey till their last breath.$b$bAnd that''s where I come in, $N. I can train you in the beginnings of those special powers. Seek me out often and I will do what I can to teach you more spells.' WHERE `id` = 3115;