aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2021-09-30 10:13:49 +0200
committerGitHub <noreply@github.com>2021-09-30 10:13:49 +0200
commit9a6fec9fee2eae77d032d7878b96e18c99af6e07 (patch)
tree1b9e498c0f2c89b4279108783aeae71f815390ab
parentca57cc8ea22ae4ef3773ce083f684ce110c25335 (diff)
DB/Quest: Report to Lanthan Perilon
closes #26969 by osleyder85
-rw-r--r--sql/updates/world/master/2021_09_30_02_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_30_02_world.sql b/sql/updates/world/master/2021_09_30_02_world.sql
new file mode 100644
index 00000000000..a55891658e9
--- /dev/null
+++ b/sql/updates/world/master/2021_09_30_02_world.sql
@@ -0,0 +1,10 @@
+-- Report to Lanthan Perilon
+UPDATE `quest_offer_reward` SET `VerifiedBuild`=40120 WHERE `ID`=8327;
+
+UPDATE `quest_poi` SET `VerifiedBuild`=40120 WHERE (`QuestID`=8327 AND `BlobIndex`=0 AND `Idx1` IN (0,1));
+
+UPDATE `quest_poi_points` SET `VerifiedBuild`=40120 WHERE (`QuestID`=8327 AND `Idx1` IN (0,1) AND `Idx2`=0);
+
+UPDATE `quest_details` SET `VerifiedBuild`=40120 WHERE `ID`=8327;
+
+UPDATE `quest_template` SET `FlagsEx`=0, `VerifiedBuild`=40120 WHERE `ID`=8327;