mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: Prevent learning both Gnomish & Goblin Engineering
Closes #25855
(cherry picked from commit 1004a173a1)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user