mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Quests: added more quest data from mass parses
This commit is contained in:
6
sql/updates/world/cata_classic/2025_01_12_00_world.sql
Normal file
6
sql/updates/world/cata_classic/2025_01_12_00_world.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user