From d09de6425ca789bed991f1e80652d57a7c5ff37b Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sat, 12 Aug 2017 21:10:22 +0200 Subject: DB/Quest: A Haunted History (10624): add missing progress & reward text - missing " - obviously." at the end of Progress text (quest_request_items). - missing "" in Reward text. http://www.wowhead.com/quest=10624/a-haunted-history https://wow.gamepedia.com/Quest:A_Haunted_History https://github.com/TrinityCore/TrinityCore/blob/master/sql/old/4.3.4/TDB0_to_TDB1_updates/world/012_quest_template.sql --- sql/updates/world/3.3.5/2017_08_12_00_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_08_12_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_08_12_00_world.sql b/sql/updates/world/3.3.5/2017_08_12_00_world.sql new file mode 100644 index 00000000000..232c6a175c3 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_12_00_world.sql @@ -0,0 +1,8 @@ +-- A Haunted History (10624): add missing bits of Progress text & Reward text +UPDATE `quest_request_items` + SET `CompletionText`="What do you mean? I'm going to make something out of the ash - obviously." + WHERE `ID` = 10624; + +UPDATE `quest_offer_reward` + SET `RewardText`="Your world is about to change, $N.$B$B" + WHERE `ID` = 10624; -- cgit v1.2.3