From f53adc27bce2bd2c6c59c0cef78a70cc8c74e7b9 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Wed, 16 Oct 2024 06:03:03 +0200 Subject: [PATCH] Update zone_durotar.sql - Vile Familiars Because of the warlock's imp quest 1485, called Vile Familiars, the warlock does not get quest 792, which is also called Vile Familiars. Can read it in the comments here: https://www.wowhead.com/classic/quest=792/vile-familiars#comments The warlock already gets the dagger/staff reward after completing the imp quest. --- sql/world/base/zone_durotar.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/world/base/zone_durotar.sql b/sql/world/base/zone_durotar.sql index 2d10889..417c96b 100644 --- a/sql/world/base/zone_durotar.sql +++ b/sql/world/base/zone_durotar.sql @@ -49,6 +49,7 @@ UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=790; -- Vile Familiars UPDATE `quest_template` SET `Flags`=8, `LogDescription`='Kill 12 Vile Familiars.$b$bReturn to Zureetha Fargaze outside the Den.', `RequiredNpcOrGoCount1`=12 WHERE `ID`=792; +UPDATE `quest_template_addon` SET `AllowableClasses` = 1279 WHERE `ID`=792; -- Burning Blade Medallion UPDATE `quest_template` SET `Flags`=8 WHERE `ID`=794;