mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-04 08:07:09 +01:00
DB/Quest: Fix quest chaining related to the Fire Hardened set
Updates #21718
(cherry picked from commit 6077cbfece)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- UPDATE `item_template` SET `maxcount`=1 WHERE `entry`=6926;
|
||||
UPDATE `quest_template` SET `AllowableRaces`=8 WHERE `ID`=1703;
|
||||
UPDATE `quest_template` SET `AllowableRaces`=64 WHERE `ID`=1704;
|
||||
UPDATE `quest_template` SET `AllowableRaces`=1|4 WHERE `ID`=1700;
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=1782 WHERE `ID` IN (1710, 1705, 1708,1703,1704,1700);
|
||||
Reference in New Issue
Block a user