mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
DB/Quests: "Cultists Among Us" Requirements fix
Closes #19880
(cherry picked from commit a2a686a33d)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `id` IN (11920);
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 19 AND `SourceEntry`= 11920;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
|
||||
(19, 0, 11920, 0, 0, 14, 0, 11789, 0, 0, 1, 0, 0, '', "Cultists Among Us");
|
||||
Reference in New Issue
Block a user