diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2017-06-10 12:02:04 +0200 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-06-10 12:02:04 +0200 |
commit | 3239db035b1dec21f0edf64d220013f55a80b984 (patch) | |
tree | ce0c870182ed5bb17a8e966ec04274c0638c92ff | |
parent | 01fd7d7fe9a7886cd02163eef16bb9fecc297ea2 (diff) |
DB/Quest: Novice Elreth completion text
- quest_offer_reward (completion) text was missing for this quest
-rw-r--r-- | sql/updates/world/master/2017_06_10_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |