mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 06:00:10 -04:00
DB/Quest: Add missing request-items text for The Yeti Next Door and Mastery Of The Charge
Closes #23471
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