From b6bf0f92c87fd1ab9a6c7fccddc0b5fb3cc1e5dc Mon Sep 17 00:00:00 2001 From: Grz3s Date: Sat, 30 Sep 2023 18:32:28 +0200 Subject: [PATCH] [4928] q.12805 'Salvaging Life's Strength' fixed Closes: https://github.com/cmangos/wotlk-db/issues/895 Part of: https://github.com/cmangos/wotlk-db/issues/291 Co-Authored-By: YTDB Dev <323130+virusav@users.noreply.github.com> --- Updates/4928_q.12805.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Updates/4928_q.12805.sql diff --git a/Updates/4928_q.12805.sql b/Updates/4928_q.12805.sql new file mode 100644 index 0000000000..687fe124f2 --- /dev/null +++ b/Updates/4928_q.12805.sql @@ -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');