Skip to content

Commit

Permalink
Update [5338] q. 'The Ironwall Rampart'
Browse files Browse the repository at this point in the history
Relations corrected
  • Loading branch information
Grz3s committed Aug 5, 2024
1 parent 0944f23 commit 5df9108
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29005,7 +29005,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
('3173105','31731','1','11','100','1','0','100','100','10000','10000','0','53','20854','0','0','0','0','0','0','0','0','0','0','Wyrm Reanimator - START_RELAY_SCRIPT on OOC Timer (Phase 2)'),
('3173106','31731','30','0','100','0','5','31702','0','0','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Wyrm Reanimator - Set Phase 2 on Receive AI Event Custom A'),
('3173107','31731','30','11','100','0','6','31702','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Wyrm Reanimator - Set Phase 1 on Receive AI Event Custom B'),
('3173108','31731','23','0','100','0','52391','1','0','0','0','0','22','3','0','0','0','0','0','0','0','0','0','0','Wyrm Reanimator - Set Phase 3 Say on Buff'),
('3173108','31731','23','0','100','0','52391','1','0','0','0','0','22','3','0','0','0','0','0','0','0','0','0','0','Wyrm Reanimator - Set Phase 3 on Buff'),
('3173109','31731','27','7','100','0','52391','1','0','0','0','0','41','0','0','0','0','0','0','0','0','0','0','0','Wyrm Reanimator - Despawn Self on Missing Buff (Phase 3)'),
-- Geargrinder's Jumpbot 31736
-- Skybreaker Squad Leader 31737
Expand Down
8 changes: 4 additions & 4 deletions Updates/5338_Icecrown_QRelations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,19 @@ INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, f
(20663,8,13332,0,0,0,0,'');

-- q.13312 'The Ironwall Rampart' - H
-- Opens after one of them 2 completed q.13306 or q.13367
-- Opens after completed q.13306 & q.13367
UPDATE quest_template SET RequiredCondition = 20665 WHERE entry IN (13312);
DELETE FROM conditions WHERE condition_entry BETWEEN 20664 AND 20665;
INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, flags, comments) VALUES
(20664,8,13367,0,0,0,0,''),
(20665,-2,20664,20662,0,0,0,'');
(20665,-1,20664,20662,0,0,0,'');
-- q.13337 'The Ironwall Rampart' - A
-- Opens after one of them 2 completed q.13332 or q.13346
-- Opens after completed q.13332 q.13346
UPDATE quest_template SET RequiredCondition = 20667 WHERE entry IN (13337);
DELETE FROM conditions WHERE condition_entry BETWEEN 20666 AND 20667;
INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, flags, comments) VALUES
(20666,8,13346,0,0,0,0,''),
(20667,-2,20666,20663,0,0,0,'');
(20667,-1,20666,20663,0,0,0,'');

-- q.13316 'The Guardians of Corp'rethar' - H
-- req. q.13329 finished first.
Expand Down

0 comments on commit 5df9108

Please sign in to comment.