mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Quest): Incorrect requirements for quest: 'A Spark of Hope' (#4434)
This commit is contained in:
committed by
GitHub
parent
074c46d090
commit
238bdf3517
@@ -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
|
||||
Reference in New Issue
Block a user