From ce6700dc9db6edf908ba6a5883cdb4c0011bed2d Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Fri, 4 Feb 2011 10:41:55 -0700 Subject: DB/Spell: Add condition checks for the spell Attuned to Nature Closes #133 --- sql/updates/world/2011_02_04_0_world_conditions.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2011_02_04_0_world_conditions.sql (limited to 'sql') diff --git a/sql/updates/world/2011_02_04_0_world_conditions.sql b/sql/updates/world/2011_02_04_0_world_conditions.sql new file mode 100644 index 00000000000..504835cd8b9 --- /dev/null +++ b/sql/updates/world/2011_02_04_0_world_conditions.sql @@ -0,0 +1,5 @@ +DELETE FROM `conditions` WHERE `SourceEntry` IN (62521,62524,62525); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,62524,0,18,1,32906,0,0,'','Attuned to Nature 2 Dose Reduction'), +(13,0,62525,0,18,1,32906,0,0,'','Attuned to Nature 10 Dose Reduction'), +(13,0,62521,0,18,1,32906,0,0,'','Attuned to Nature 25 Dose Reduction'); -- cgit v1.2.3