diff options
author | Machiavelli <none@none> | 2011-02-04 10:41:55 -0700 |
---|---|---|
committer | runningnak3d <runningnak3d@gmail.com> | 2011-02-04 10:41:55 -0700 |
commit | ce6700dc9db6edf908ba6a5883cdb4c0011bed2d (patch) | |
tree | cadd36f8148fdd7de9e8a0e1aa59fc5079bb4d5b | |
parent | 912190d38e09501f8c5887dea3f8fe57b811a8d0 (diff) |
DB/Spell: Add condition checks for the spell Attuned to Nature
Closes #133
-rw-r--r-- | sql/updates/world/2011_02_04_0_world_conditions.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |