Skip to content

Commit

Permalink
Update [5338] ...
Browse files Browse the repository at this point in the history
corrected

Co-Authored-By: NeatElves <[email protected]>
  • Loading branch information
Grz3s and NeatElves committed Jul 1, 2024
1 parent 0f47956 commit 854a37e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Updates/5338_Icecrown_QRelations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@ INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, f
(20648,8,13225,0,0,0,0,'');

-- q.13258 'Opportunity' - H
-- Opens after one of them 2 completed q.13224 or q.12898
-- Opens after one of them 2 completed q.13224 or q.12899
UPDATE quest_template SET RequiredCondition = 20650 WHERE entry IN (13258);
DELETE FROM conditions WHERE condition_entry BETWEEN 20649 AND 20650;
INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, flags, comments) VALUES
(20649,8,12898,0,0,0,0,''),
(20649,8,12899,0,0,0,0,''),
(20650,-2,20649,20647,0,0,0,'');
-- q.13386 'Exploiting an Opening' - A
-- Opens after one of them 2 completed q.13225 or q.12898
UPDATE quest_template SET RequiredCondition = 20651 WHERE entry IN (13386);
DELETE FROM conditions WHERE condition_entry = 20651;
DELETE FROM conditions WHERE condition_entry IN (20506,20651);
INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, flags, comments) VALUES
(20651,-2,20649,20648,0,0,0,'');
(20506,-2,12898,0,0,0,0,'');
(20651,-2,20648,20506,0,0,0,'');

-- q.13264 'That's Abominable!' - H
-- req. q.13237 finished first.
Expand Down

0 comments on commit 854a37e

Please sign in to comment.