From a08f931d42812540cec7e7e946d6a14e6ea2e218 Mon Sep 17 00:00:00 2001 From: DDuarte Date: Tue, 22 Jul 2014 18:13:37 +0100 Subject: DB/Quests: Add conditions to quest The Symbol of Live Closes #11444 --- sql/updates/world/2014_07_22_00_world_conditions.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_07_22_00_world_conditions.sql (limited to 'sql') diff --git a/sql/updates/world/2014_07_22_00_world_conditions.sql b/sql/updates/world/2014_07_22_00_world_conditions.sql new file mode 100644 index 00000000000..a13a495f737 --- /dev/null +++ b/sql/updates/world/2014_07_22_00_world_conditions.sql @@ -0,0 +1,4 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND `SourceEntry`=1790; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(19,0,1790,0,0,8,0,1786,0,0,1,0,0,'','Show quest ''The Symbol of Life'' only if quest ''The Tome of Divinity'' is not rewarded'), +(19,0,1790,0,0,28,0,1786,0,0,1,0,0,'','Show quest ''The Symbol of Life'' only if quest ''The Tome of Divinity'' is not completed'); -- cgit v1.2.3