Skip to content

Commit

Permalink
[WDB][5156] q.930 'The Glowing Fruit'
Browse files Browse the repository at this point in the history
- req q.918 & q.919 completed first
- alliace quest

Closes:
cmangos/wotlk-db#993

(cherry picked from commit cmangos/wotlk-db@8c9fd36
  • Loading branch information
Grz3s authored and AnonXS committed Dec 10, 2023
1 parent 61279d5 commit d72e386
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Updates/4532_WDB-5156_q.930.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- q.930 'The Glowing Fruit'
-- req q.918 & q.919 completed first
-- alliace quest
UPDATE quest_template SET RequiredRaces = 77, RequiredCondition = 3830 WHERE entry = 930;
DELETE FROM conditions WHERE condition_entry BETWEEN 3828 AND 3830;
INSERT INTO conditions (`condition_entry`, `type`, `value1`, `value2`, `value3`, `value4`, `flags`, `comments`) VALUES
(3828, 8, 918, 0, 0, 0, 0, 'Quest ID 918 Rewarded'),
(3829, 8, 919, 0, 0, 0, 0, 'Quest ID 919 Rewarded'),
(3830, -1, 3829, 3828, 0, 0, 0,'');

0 comments on commit d72e386

Please sign in to comment.