mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
DB/Quest: Add missing request-items text for The Yeti Next Door and Mastery Of The Charge
Closes #23471
(cherry picked from commit 1efdca0291)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user