aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2011-03-01 00:29:51 -0300
committerManuel <manue.l@live.com.ar>2011-03-01 00:29:51 -0300
commit1618afc5d17745d82314f975bc5b96497e2d7ac7 (patch)
tree7ba15ea6536cb57f6401974bf3b8e578e3d4a9a0
parent1a8c3f9dbe4a13292df323114697e3446f68164e (diff)
DB/Conditions: Added conditions for spell 36325.
-rw-r--r--sql/updates/world/2011_03_01_1_world_conditions.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_01_1_world_conditions.sql b/sql/updates/world/2011_03_01_1_world_conditions.sql
new file mode 100644
index 00000000000..c1137400040
--- /dev/null
+++ b/sql/updates/world/2011_03_01_1_world_conditions.sql
@@ -0,0 +1,6 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=36325;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(13,0,36325,0,18,1,21182,0,0,'','Spell 36325 target creature 21182'),
+(13,0,36325,0,18,1,22401,0,0,'','Spell 36325 target creature 22401'),
+(13,0,36325,0,18,1,22402,0,0,'','Spell 36325 target creature 22402'),
+(13,0,36325,0,18,1,22403,0,0,'','Spell 36325 target creature 22403'); \ No newline at end of file