diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-11 11:55:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-11 11:55:28 +0200 |
| commit | e9025036b9848a5a684c57e3e066687c29fde321 (patch) | |
| tree | fa594683e8324fc230ea824376c0d5ac24e330c9 | |
| parent | 588f0663cea3979ef418b123d2b5575553f608ae (diff) | |
DB/Quest: fix some completion/offer reward quest texts
Closes #17336 by SnapperRy
| -rw-r--r-- | sql/updates/world/3.3.5/2016_06_11_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_06_11_04_world.sql b/sql/updates/world/3.3.5/2016_06_11_04_world.sql new file mode 100644 index 00000000000..f45f868006b --- /dev/null +++ b/sql/updates/world/3.3.5/2016_06_11_04_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `quest_request_items` SET `CompletionText`="So, Motega Firemane sends word of Arikara... well now that is grave news.$B$B<Magatha looks around.>$B$BArikara is a deadly creature born only to seek vengeance against those who have committed heinous acts.$B$B<Magatha smiles.>" WHERE `ID`=5062; +UPDATE `quest_offer_reward` SET `RewardText`="You have returned from Desolace more than successful, $N. Thank you.$B$BThank you for your efforts, your time, and your understanding to my plea. Thrall understands and desires peace between the Horde and Alliance, and by taking measures to insure our appearance is acceptable, we will not provoke any further threats of unnecessary violence." WHERE `ID`=1436; +UPDATE `quest_offer_reward` SET `RewardText`="Ah, this horn belongs to a Tauren, Roon Wildmane. My father spoke often of the good times they had together hunting the beasts of Desolace. So Roon is inviting me to join him, is he?$B$BWe're neck deep in the jungle right now, but thank you, $N. Perhaps my next expedition will take me to Desolace, the land of the centaurs." WHERE `ID`=5763; +UPDATE `quest_offer_reward` SET `RewardText`="This does not make sense. Why would Arikara be after Cairne Bloodhoof? Magatha could not be wrong, she is our most powerful shaman.$B$B<Motega shakes his head.>$B$BRegardless, your great deed to the Horde shall not go unnoticed - please, choose one of these as a reward for your aid." WHERE `ID`=5088; |
