Skip to content

Commit

Permalink
Update [5338] q.'Before the Gate of Horror'
Browse files Browse the repository at this point in the history
Relations corrected
  • Loading branch information
Grz3s committed Aug 5, 2024
1 parent 5df9108 commit 7699b07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Updates/5338_Icecrown_QRelations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, f
-- req. q.13329 finished first.
UPDATE quest_template SET RequiredCondition = 20668 WHERE entry IN (13328);
-- q.13339 'Shatter the Shards' - A
-- req. q.13329 finished first.
-- req. q.13335 finished first.
UPDATE quest_template SET RequiredCondition = 20669 WHERE entry IN (13339);

-- q.13329 'Before the Gate of Horror' - H
Expand All @@ -155,9 +155,9 @@ INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, f
(20670,8,13307,0,0,0,0,''),
(20671,8,13312,0,0,0,0,''),
(20672,-1,20671,20670,0,0,0,'');
-- q.13329 'Before the Gate of Horror' - A
-- q.13335 'Before the Gate of Horror' - A
-- Opens after q.13334 & q.13337 completed
UPDATE quest_template SET RequiredCondition = 20675 WHERE entry IN (13329);
UPDATE quest_template SET RequiredCondition = 20675 WHERE entry IN (13335);
DELETE FROM conditions WHERE condition_entry BETWEEN 20673 AND 20675;
INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, flags, comments) VALUES
(20673,8,13334,0,0,0,0,''),
Expand Down

0 comments on commit 7699b07

Please sign in to comment.