Update Document From The Front (9304).sql

This commit is contained in:
Manmadedrummer
2025-06-13 20:10:21 -04:00
committed by GitHub
parent da0a0e7ec5
commit 3367fa3c16

View File

@@ -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);