mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
DB/Quest: Hellscream's Vigil
By Xanvial and DRJ
Closes #16926
(cherry picked from commit d12aab8c3a)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND (`SourceEntry`=11586 OR `SourceEntry`=11585);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`Comment`) VALUES
|
||||
(19, 11585, 14, 10172, "Accept quest 11585 - Quest 10172 needs to be incomplete"),
|
||||
(19, 11586, 8, 10172, "Accept quest 11586 - Quest 10172 needs to be rewarded");
|
||||
|
||||
UPDATE `quest_template_addon` SET `ExclusiveGroup`=11585 WHERE `ID`IN(11585,11586);
|
||||
Reference in New Issue
Block a user