mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Quest: Love is in the Air/You've Been Served quest progress & completion
closes #29704 by Legoso
This commit is contained in:
8
sql/updates/world/3.3.5/2024_02_15_01_world.sql
Normal file
8
sql/updates/world/3.3.5/2024_02_15_01_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `quest_request_items` WHERE `ID` = 14488;
|
||||
INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES
|
||||
(14488, 1, 0, "I don't remember ordering a cleaning service... why yes, I am Apothecary Hummel.$B$B...wait, what is the meaning of this? You think these meaningless papers can stop me? Hah!", 12340);
|
||||
|
||||
DELETE FROM `quest_offer_reward` WHERE `ID` = 14488;
|
||||
INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES
|
||||
(14488, 1, 0, 0, 0, 0, 0, 0, 0, "What we do here is none of your business...", 12340);
|
||||
Reference in New Issue
Block a user