diff options
| author | STARRHELD <STARRHELD@users.noreply.github.com> | 2017-10-19 18:54:02 +0200 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-08 21:12:11 +0100 |
| commit | d3de2873cbaf51cc09b4d0fc769869ad0930920a (patch) | |
| tree | d22f14763875f3a87e93beca5117608f1148297e | |
| parent | 8fbbb31d794076ff72639f7406c1ce74bac96883 (diff) | |
DB/Quest: Call the Headless Horseman
Closes #20659
(cherry picked from commit da5b82a349b5fd0d087a7301206f885b8a3345bb)
| -rw-r--r-- | sql/updates/world/master/2021_01_05_06_world_2017_10_19_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_05_06_world_2017_10_19_02_world.sql b/sql/updates/world/master/2021_01_05_06_world_2017_10_19_02_world.sql new file mode 100644 index 00000000000..9566bafcd81 --- /dev/null +++ b/sql/updates/world/master/2021_01_05_06_world_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; |
