Skip to content

Commit

Permalink
[4928] q.12805 'Salvaging Life's Strength'
Browse files Browse the repository at this point in the history
fixed

Closes:
#895

Part of:
#291

Co-Authored-By: YTDB Dev <[email protected]>
  • Loading branch information
Grz3s and virusav committed Sep 30, 2023
1 parent 0d531ad commit b6bf0f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Updates/4928_q.12805.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- q.12805 'Salvaging Life's Strength'
DELETE FROM conditions WHERE condition_entry IN (20642);
INSERT INTO conditions (condition_entry, type, value1, comments) VALUES
(20642, 1, 54189, 'Quest 12805: npc has aura');
DELETE FROM dbscripts_on_spell WHERE id IN (54190);
INSERT INTO dbscripts_on_spell (id, priority, command, datalong, data_flags, condition_id, comments) VALUES
(54190, 0, 8, 29303, 0, 20642, 'Quest 12805: kill credit'),
(54190, 1, 14, 54189, 6, 20642, 'Quest 12805: preventing reuse');

0 comments on commit b6bf0f9

Please sign in to comment.