From 3367fa3c169e546f87e88aa22ff974f87c35ffe0 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Fri, 13 Jun 2025 20:10:21 -0400 Subject: [PATCH] Update Document From The Front (9304).sql --- Quest/Document From The Front (9304).sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Quest/Document From The Front (9304).sql b/Quest/Document From The Front (9304).sql index 114fc47..6ab56d9 100644 --- a/Quest/Document From The Front (9304).sql +++ b/Quest/Document From The Front (9304).sql @@ -5,3 +5,15 @@ INSERT INTO `quest_template` (`ID`, `QuestType`, `QuestLevel`, `MinLevel`, `Ques DELETE FROM `quest_template_addon` WHERE (`ID` = 9304); INSERT INTO `quest_template_addon` (`ID`, `MaxLevel`, `AllowableClasses`, `SourceSpellID`, `PrevQuestID`, `NextQuestID`, `ExclusiveGroup`, `RewardMailTemplateID`, `RewardMailDelay`, `RequiredSkillID`, `RequiredSkillPoints`, `RequiredMinRepFaction`, `RequiredMaxRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepValue`, `ProvidedItemCount`, `SpecialFlags`) VALUES (9304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0); + +DELETE FROM `quest_offer_reward` WHERE (`ID` = 9304); +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(9304, 0, 0, 0, 0, 0, 0, 0, 0, 'How tragic. These words, clearly meant for someone the soldier loved, never made it to their destination. The events detailed happened years ago; I\'m not sure if the intended recipient still lives.$b$bThere is hope yet, however. With the names and information he gives, I might be able to locate the family! It will take some research, but the librarian in Stormwind owes me a favor...$b$bThank you for bringing this to me. With your help, we may be able to grant someone peace of mind at last.', 12340); + +DELETE FROM `quest_request_items` WHERE (`ID` = 9304); +INSERT INTO `quest_request_items` (`ID`, `EmoteOnComplete`, `EmoteOnIncomplete`, `CompletionText`, `VerifiedBuild`) VALUES +(9304, 1, 0, 'Yes? What do you have there?', 12340); + +DELETE FROM `creature_questender` WHERE (`quest` = 9304); +INSERT INTO `creature_questender` (`id`, `quest`) VALUES +(16281, 9304);