diff options
| author | nelegalno <nelegalno@yopmail.com> | 2012-09-10 03:19:28 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-10 03:19:28 +0200 |
| commit | 7790a2d6317139e60aaf589e24a73a25917342a7 (patch) | |
| tree | 3ea24b620a3191b5f9dd3ad2d2fe924a1731b849 | |
| parent | 75eb6fc6081791975bf988b628bb819caf578cda (diff) | |
DB/Quests: Fix "Homeward Bound" completion text
Closes #7454
| -rw-r--r-- | sql/updates/world/2012_09_10_01_world_quest_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_10_01_world_quest_template.sql b/sql/updates/world/2012_09_10_01_world_quest_template.sql new file mode 100644 index 00000000000..2db8883d92c --- /dev/null +++ b/sql/updates/world/2012_09_10_01_world_quest_template.sql @@ -0,0 +1 @@ +UPDATE `quest_template` SET `OfferRewardText`="What!? If I knew that Pao'ka Swiftmountain was going to snoop around Highperch, I would have chained him to a totem! His father was reluctant allowing him to come with me to Thousand Needles. We came here to study the different creatures that inhabit these beautiful lands.$b$bI appreciate the help you have shown Pao'ka. I hope this covers any misfortunes this deed has cost you." WHERE `Id`=4770; |
