aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorillfated <illfated@users.noreply.github.com>2018-08-26 15:42:43 +0200
committerKillyana <morphone1@gmail.com>2018-08-26 15:42:43 +0200
commit0dc42c4185b0d41b665d1a31e1e3f4eea5393e72 (patch)
tree63166da99c8099f26fdd3d078f1a7a4b4fd2a13a /sql
parentd746c401b5310d4a39ac637c4a751a61f8d9545d (diff)
DB/Quest: actual RewardText for The New Horde
Closes #22313
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_08_26_06_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_08_26_06_world_335.sql b/sql/updates/world/3.3.5/2018_08_26_06_world_335.sql
new file mode 100644
index 00000000000..963ad95ea61
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;