From 3239db035b1dec21f0edf64d220013f55a80b984 Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sat, 10 Jun 2017 12:02:04 +0200 Subject: DB/Quest: Novice Elreth completion text - quest_offer_reward (completion) text was missing for this quest --- sql/updates/world/master/2017_06_10_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2017_06_10_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_06_10_00_world.sql b/sql/updates/world/master/2017_06_10_00_world.sql new file mode 100644 index 00000000000..10fdd473573 --- /dev/null +++ b/sql/updates/world/master/2017_06_10_00_world.sql @@ -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); -- cgit v1.2.3