aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-05-19 00:29:08 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-10 16:51:00 +0100
commitdfd72f01e22f1a0e16d1fdf761528676a7f399bb (patch)
tree5982dd3ffa92d2121343f03608a0e0f6b470e2a1 /sql
parenta810ae6409e205d5c1152563d19feb4866e35e32 (diff)
DB/Quest: Prevent learning both Gnomish & Goblin Engineering
Closes #25855 (cherry picked from commit 1004a173a18c80628d6b0f566145091171f87961)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_03_10_05_world_2021_05_18_03_world_335.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_10_05_world_2021_05_18_03_world_335.sql b/sql/updates/world/master/2022_03_10_05_world_2021_05_18_03_world_335.sql
new file mode 100644
index 00000000000..2f75babd821
--- /dev/null
+++ b/sql/updates/world/master/2022_03_10_05_world_2021_05_18_03_world_335.sql
@@ -0,0 +1,6 @@
+--
+UPDATE `quest_template_addon` SET `NextQuestID` = 3641 WHERE `ID` = 3640; -- Was 3639
+UPDATE `quest_template_addon` SET `NextQuestID` = 3643 WHERE `ID` = 3642; -- Was 3639
+UPDATE `quest_template_addon` SET `PrevQuestID` = 3638 WHERE `ID` = 3639; -- Was 0
+
+UPDATE `quest_template_addon` SET `ExclusiveGroup` = 0 WHERE `ID` IN (3638,3640,3642); -- Was 3638