DB/Quest: Novice Elreth completion text

- quest_offer_reward (completion) text was missing for this quest
This commit is contained in:
tkrokli
2017-06-10 12:02:04 +02:00
parent 01fd7d7fe9
commit 3239db035b

View File

@@ -0,0 +1,4 @@
-- Novice Elreth (Quest & NPC name), quest completion text (missing)
DELETE FROM `quest_offer_reward` WHERE `ID` = 28651;
INSERT INTO `quest_offer_reward` (`ID`,`Emote1`,`Emote2`,`Emote3`,`Emote4`,`EmoteDelay1`,`EmoteDelay2`,`EmoteDelay3`,`EmoteDelay4`,`RewardText`,`VerifiedBuild`) VALUES
(28651, 0, 0, 0, 0, 0, 0, 0, 0, 'May the Dark Lady watch over you, $n.', 24015);