diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-19 15:12:28 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-19 15:12:28 +0200 |
commit | e9dd589fa8f44c3fa5685acb78957c65fab9bedc (patch) | |
tree | 02433725910d284c44ea67e0700c0c69884d2524 | |
parent | 81fc4fc65c239425a9c202810280881cbcfcebeb (diff) |
DB/Quest: Beginnings completion text
By Crysicle, closes #12566
-rw-r--r-- | sql/updates/world/2014_07_19_07_world_quest_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_19_07_world_quest_template.sql b/sql/updates/world/2014_07_19_07_world_quest_template.sql new file mode 100644 index 00000000000..81f6bbed322 --- /dev/null +++ b/sql/updates/world/2014_07_19_07_world_quest_template.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template` SET `OfferRewardText` = 'Very good, very good! You''ve done well, $N. Perhaps the interest that is being shown in you is deserved, after all.$b$bThat''ll be for the others to decide--assuming your imp doesn''t overpower you and nip your career in the bud. For now, I''m satisfied that you''ll probably survive your first few months as a %C.$b$bA word about the imp, $N. As a $R knows, don''t let its size fool you, its magic can be very dangerous.' WHERE `id` = 1599; |