aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2021-10-01 09:47:29 +0200
committerGitHub <noreply@github.com>2021-10-01 09:47:29 +0200
commit9b8d0272b054249e43544db8f41e41b0f571c961 (patch)
treeda5d1490a995a504c7d460b8c8c60650775988da
parent25b9b0dcc840d95e6799e98a7057576185a85ebe (diff)
DB/Quest: Aiding the Outrunners
closes #26979 by osleyder85
-rw-r--r--sql/updates/world/master/2021_10_01_01_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_01_01_world.sql b/sql/updates/world/master/2021_10_01_01_world.sql
new file mode 100644
index 00000000000..4abe9baf525
--- /dev/null
+++ b/sql/updates/world/master/2021_10_01_01_world.sql
@@ -0,0 +1,10 @@
+-- Aiding the Outrunners
+UPDATE `quest_offer_reward` SET `VerifiedBuild`=40120 WHERE `ID`=8347;
+
+UPDATE `quest_poi` SET `VerifiedBuild`=40120 WHERE (`QuestID`=8347 AND `BlobIndex`=0 AND `Idx1` IN (0,1));
+
+UPDATE `quest_poi_points` SET `VerifiedBuild`=40120 WHERE (`QuestID`=8347 AND `Idx1` IN (0,1) AND `Idx2`=0);
+
+UPDATE `quest_details` SET `VerifiedBuild`=40120 WHERE `ID`=8347;
+
+UPDATE `quest_template` SET `RewardBonusMoney`=60, `FlagsEx`=0, `VerifiedBuild`=40120 WHERE `ID`=8347;