From 40b498910c53b36c24cbadcba49672b6dd9ba0a3 Mon Sep 17 00:00:00 2001 From: WiZZy Date: Sun, 20 Oct 2019 09:16:17 +0300 Subject: [PATCH] fix(DB/Quest): Fix quest Hotter than Hell requirement of Fel Reaver corpse (#2336) --- .../sql/updates/pending_db_world/rev_1570473473602619780.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1570473473602619780.sql diff --git a/data/sql/updates/pending_db_world/rev_1570473473602619780.sql b/data/sql/updates/pending_db_world/rev_1570473473602619780.sql new file mode 100644 index 000000000..9778e1101 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1570473473602619780.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1570473473602619780'); + +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 38202) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 29) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 18733) AND (`ConditionValue2` = 3) AND (`ConditionValue3` = 1); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 38202, 0, 0, 29, 0, 18733, 3, 1, 0, 172, 29, '', 'Unfired Key Mold can be used only near a dead Fel Raver');