diff options
-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; |