aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSTARRHELD <STARRHELD@users.noreply.github.com>2017-10-19 18:54:02 +0200
committerKillyana <morphone1@gmail.com>2017-10-19 18:54:02 +0200
commitda5b82a349b5fd0d087a7301206f885b8a3345bb (patch)
tree39c4ee9dc827d7fc985ac1d9c12c83848f655fe9
parent042b75c3420c3958d2dff2b67072fadf8a35d128 (diff)
DB/Quest: Call the Headless Horseman
Closes #20659
-rw-r--r--sql/updates/world/3.3.5/2017_10_19_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_19_02_world.sql b/sql/updates/world/3.3.5/2017_10_19_02_world.sql
new file mode 100644
index 00000000000..9566bafcd81
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_19_02_world.sql
@@ -0,0 +1,3 @@
+-- DB/Quest: Call the Headless Horseman
+UPDATE `quest_offer_reward` SET `RewardText` = 'Will you lay the candle down and call the Headless Horseman from his doomed rest?' WHERE `ID` = 11405;
+UPDATE `quest_request_items` SET `CompletionText` = 'This dirt has been recently disturbed. Earthworms lie in the topsoil, squirming to escape the dark depths beneath them.' WHERE `ID` = 11405;