mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Quest: Novice Elreth completion text
- quest_offer_reward (completion) text was missing for this quest
This commit is contained in:
4
sql/updates/world/master/2017_06_10_00_world.sql
Normal file
4
sql/updates/world/master/2017_06_10_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user