Skip to content

Commit

Permalink
[5345] q.13044 'If There Are Survivors...'
Browse files Browse the repository at this point in the history
Req 3 quests to be finish first: 13008, 13039, 13040
  • Loading branch information
Grz3s committed Jul 2, 2024
1 parent 9aa5412 commit 08e8308
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Updates/5345_q.13044.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-- q.13044 'If There Are Survivors...'
-- Req 3 quests to be finish first: 13008, 13039, 13040
UPDATE quest_template SET RequiredCondition = 20696 WHERE entry IN (13044);
DELETE FROM conditions WHERE condition_entry BETWEEN 20693 AND 20696;
INSERT INTO conditions (condition_entry, type, value1, value2, value3, value4, flags, comments) VALUES
(20693,8,13008,0,0,0,0,''),
(20694,8,13039,0,0,0,0,''),
(20695,8,13040,0,0,0,0,''),
(20696,-1,20695,20694,20693,0,0,'');

0 comments on commit 08e8308

Please sign in to comment.