aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-08-24 15:34:00 +0200
committerGitHub <noreply@github.com>2016-08-24 15:34:00 +0200
commit3bc9214391888394671dd4e84809ba40259e85f7 (patch)
tree31c0d1e4febdbd86932e22c55b091a33b741cd3a
parent63c77d2283ec725f552e07dce7328f5e5da7ce40 (diff)
DB/Quest: fix reputation and offer reward text for quests "Mission Accomplished"
Closes #17379
-rw-r--r--sql/updates/world/3.3.5/2016_08_24_06_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_24_06_world.sql b/sql/updates/world/3.3.5/2016_08_24_06_world.sql
new file mode 100644
index 00000000000..7df954dec3b
--- /dev/null
+++ b/sql/updates/world/3.3.5/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<The high executor clears his throat and begins to bellow loudly.>$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;