From 5bb8b11f810bf81562d978dd3a1bd1324b993d2a Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 12 Jan 2025 23:53:36 +0100 Subject: [PATCH] DB/Quests: added more quest data from mass parses --- sql/updates/world/cata_classic/2025_01_12_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/cata_classic/2025_01_12_00_world.sql diff --git a/sql/updates/world/cata_classic/2025_01_12_00_world.sql b/sql/updates/world/cata_classic/2025_01_12_00_world.sql new file mode 100644 index 00000000000..11b277334c4 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_01_12_00_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `quest_details` WHERE `ID` IN (25041 /*Lion's Pride*/, 25043 /*Fields of Blood*/); +INSERT INTO `quest_details` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `VerifiedBuild`) VALUES +(25041, 1, 15, 0, 0, 0, 0, 0, 0, 58158), -- Lion's Pride +(25043, 1, 274, 25, 0, 0, 0, 0, 0, 58158); -- Fields of Blood + +UPDATE `quest_request_items` SET `CompletionText`='We need more of those monstrosities destroyed, $N.', `VerifiedBuild`=58158 WHERE `ID`=26792; -- Fungal Monstrosities