diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-23 21:11:37 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-12 01:29:18 +0100 |
commit | d71bb3c525cdd4ab579e03e76249a8b9395449c2 (patch) | |
tree | fae089eb30deaca0d731879802e8b20be23c6e07 | |
parent | 241d635c03083afb290e6ec36ea2b31189705a66 (diff) |
DB/Quest: Add missing request-items text for The Yeti Next Door and Mastery Of The Charge
Closes #23471
(cherry picked from commit 1efdca0291ea2187e7a576ead47fe238334ec82f)
-rw-r--r-- | sql/updates/world/master/2021_12_11_39_world_2019_06_23_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_39_world_2019_06_23_02_world.sql b/sql/updates/world/master/2021_12_11_39_world_2019_06_23_02_world.sql new file mode 100644 index 00000000000..3fda20d0026 --- /dev/null +++ b/sql/updates/world/master/2021_12_11_39_world_2019_06_23_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `quest_request_items` WHERE `ID` IN (/*11284,*/ 13839); +INSERT INTO `quest_request_items` (`ID`, `CompletionText`, `VerifiedBuild`) VALUES +-- (11284, "Have you had any luck removing that stupid yeti from my mine? ", 0), +(13839, "Have you mastered the use of the charge?", 0); |