mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01: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:
5
sql/updates/world/3.3.5/2019_06_23_02_world.sql
Normal file
5
sql/updates/world/3.3.5/2019_06_23_02_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user