diff options
author | illfated <illfated@users.noreply.github.com> | 2018-08-26 15:42:43 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-23 02:14:04 +0200 |
commit | 18fd805677c156c9439283e980f69197893b3683 (patch) | |
tree | fd83e2bdd7d1ceb018b57855d87405faf4395738 | |
parent | d45b66b9e10967e0187b616a3b9d8e35f0ca5834 (diff) |
DB/Quest: actual RewardText for The New Horde
Closes #22313
(cherry picked from commit 0dc42c4185b0d41b665d1a31e1e3f4eea5393e72)
-rw-r--r-- | sql/updates/world/master/2021_10_22_17_world_2018_08_26_06_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_22_17_world_2018_08_26_06_world_335.sql b/sql/updates/world/master/2021_10_22_17_world_2018_08_26_06_world_335.sql new file mode 100644 index 00000000000..963ad95ea61 --- /dev/null +++ b/sql/updates/world/master/2021_10_22_17_world_2018_08_26_06_world_335.sql @@ -0,0 +1,2 @@ +-- quest 787 "The New Horde" completion text +UPDATE `quest_offer_reward` SET `RewardText`= "Another one of Eitrigg's recruits, hm?$B$BA sorry state of affairs we find ourselves in if this is the best the Horde can produce. No matter. By the time we think you're ready to leave the Valley, you'll be a proud warrior of the Horde." WHERE `ID`=787; |