mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
DB/Quest: Fix quest chaining related to the Fire Hardened set
Updates #21718
This commit is contained in:
5
sql/updates/world/3.3.5/2018_03_27_16_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2018_03_27_16_world_335.sql
Normal file
@@ -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