fix(DB/Quest): Incorrect requirements for quest: 'A Spark of Hope' (#4434)

This commit is contained in:
Duncan Steenburgh
2021-02-08 08:50:28 -06:00
committed by GitHub
parent 074c46d090
commit 238bdf3517

View File

@@ -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