Skip to content

Commit

Permalink
Update [5338] ...
Browse files Browse the repository at this point in the history
Relations corrected for:
- q.13258 'Opportunity'
- q.13386 'Exploiting an Opening'
  • Loading branch information
Grz3s committed Jul 24, 2024
1 parent be13eae commit ec35df9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Updates/5338_Icecrown_QRelations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +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.12899
-- Opens after q.13224 & q.12899 - rewarded
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,12899,0,0,0,0,''),
(20650,-2,20649,20647,0,0,0,'');
(20650,-1,20649,20647,0,0,0,'');
-- q.13386 'Exploiting an Opening' - A
-- Opens after one of them 2 completed q.13225 or q.12898
-- Opens after q.13225 & q.12898 - rewarded
UPDATE quest_template SET RequiredCondition = 20651 WHERE entry IN (13386);
DELETE FROM conditions WHERE condition_entry IN (20506,20651);
INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, flags, comments) VALUES
(20506,8,12898,0,0,0,0,''),
(20651,-2,20648,20506,0,0,0,'');
(20651,-1,20648,20506,0,0,0,'');

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

0 comments on commit ec35df9

Please sign in to comment.