DB/Quest: Add missing request-items text for The Yeti Next Door and Mastery Of The Charge

Closes #23471
This commit is contained in:
Wyrserth
2019-06-23 21:11:37 +02:00
committed by Killyana
parent 976bc11499
commit 1efdca0291

View File

@@ -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);