From 1efdca0291ea2187e7a576ead47fe238334ec82f Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sun, 23 Jun 2019 21:11:37 +0200 Subject: DB/Quest: Add missing request-items text for The Yeti Next Door and Mastery Of The Charge Closes #23471 --- sql/updates/world/3.3.5/2019_06_23_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_23_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_06_23_02_world.sql b/sql/updates/world/3.3.5/2019_06_23_02_world.sql new file mode 100644 index 00000000000..b3f71013551 --- /dev/null +++ b/sql/updates/world/3.3.5/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); -- cgit v1.2.3