diff --git a/data/sql/updates/pending_db_world/rev_1612403335049520400.sql b/data/sql/updates/pending_db_world/rev_1612403335049520400.sql new file mode 100644 index 000000000..5d3250e49 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1612403335049520400.sql @@ -0,0 +1,9 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612403335049520400'); + +-- Fix #4402: Remove quest: "Mending Fences" from list of requirements for "A Spark of Hope" to be available +DELETE FROM conditions +WHERE + SourceTypeOrReferenceId = 19 -- CONDITON_SOURCE_TYPE_QUEST_AVAILABLE + AND SourceEntry = 12956 -- Quest: A Spark of Hope + AND ConditionTypeOrReference = 8 -- REQUIRES_QUEST_REWARDED + AND ConditionValue1 = 12915; -- Quest: Mending Fences