From 75701f14c3b51bd6d1d2e90b0abf0ef7386026b5 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Wed, 24 Aug 2016 15:34:00 +0200 Subject: DB/Quest: fix reputation and offer reward text for quests "Mission Accomplished" Closes #17379 (cherry picked from commit 3bc9214391888394671dd4e84809ba40259e85f7) --- sql/updates/world/master/2017_02_18_16_world_2016_08_24_06_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_02_18_16_world_2016_08_24_06_world.sql diff --git a/sql/updates/world/master/2017_02_18_16_world_2016_08_24_06_world.sql b/sql/updates/world/master/2017_02_18_16_world_2016_08_24_06_world.sql new file mode 100644 index 00000000000..964b1316033 --- /dev/null +++ b/sql/updates/world/master/2017_02_18_16_world_2016_08_24_06_world.sql @@ -0,0 +1,5 @@ +-- +-- UPDATE `quest_template` SET `RewardFactionID1`=67 WHERE `ID`=5237; +-- UPDATE `quest_template` SET `RewardFactionID1`=469 WHERE `ID`=5238; + +UPDATE `quest_offer_reward` SET `RewardText`="$N, your successful re-engineering of the cauldrons is a tremendous victory for us!$B$B$B$BLet all within my presence hear: for service to the Forsaken and to the Horde as a whole above and beyond what was expected - in the face of overwhelming odds and incredible danger, might I add - I give $N this, and I extend upon $Ghim:her; our undying gratitude as a true hero of the Horde. Huzzah!" WHERE `ID`=5237; -- cgit v1.2.3